mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(editor): Adjust MappingFields parameterInput width to account for delete button (no-changelog) (#13677)
This commit is contained in:
@@ -449,7 +449,7 @@ defineExpose({
|
|||||||
padding: 0 0 0 var(--spacing-s);
|
padding: 0 0 0 var(--spacing-s);
|
||||||
|
|
||||||
.parameterInput {
|
.parameterInput {
|
||||||
width: 100%;
|
width: calc(100% - var(--delete-option-width));
|
||||||
}
|
}
|
||||||
|
|
||||||
.parameterInput:first-child {
|
.parameterInput:first-child {
|
||||||
|
|||||||
Reference in New Issue
Block a user