mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix(editor): Adjust MappingFields parameterInput width to account for delete button (no-changelog) (#13677)
This commit is contained in:
parent
5fe33efc94
commit
72c535f583
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue