mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
fix(editor): Prevent node name input in NDV to expand unnecessarily (#10922)
This commit is contained in:
parent
8cc10cc2c1
commit
a2237d128f
|
@ -1147,10 +1147,10 @@ onBeforeUnmount(() => {
|
|||
padding: var(--spacing-s) var(--spacing-s) var(--spacing-s) var(--spacing-s);
|
||||
font-size: var(--font-size-l);
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
.node-name {
|
||||
padding-top: var(--spacing-5xs);
|
||||
flex-grow: 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue