mirror of https://github.com/node-red/node-red.git
Let TypedInput width be calculated - but forced
parent
92ca0eea83
commit
26573c1b3c
|
|
@ -20,6 +20,7 @@
|
|||
border: 1px solid var(--red-ui-form-input-border-color);
|
||||
border-radius: 5px;
|
||||
height: 34px;
|
||||
width: calc(100% - var(--typedInput-width-adjust)) !important;
|
||||
line-height: 14px;
|
||||
display: inline-flex;
|
||||
padding: 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue