mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Merge pull request #3560 from bonanitech/border-radius-gap
Fix gap between typedInput containers borders
This commit is contained in:
commit
b0a5d4fb6f
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
.red-ui-typedInput-container {
|
.red-ui-typedInput-container {
|
||||||
border: 1px solid $form-input-border-color;
|
border: 1px solid $form-input-border-color;
|
||||||
border-radius: 4px;
|
border-radius: 5px;
|
||||||
height: 34px;
|
height: 34px;
|
||||||
line-height: 14px;
|
line-height: 14px;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
|
Loading…
Reference in New Issue
Block a user