mirror of https://github.com/node-red/node-red.git
Fixup padding of quick-add search box
parent
76728d1783
commit
56efd51c06
|
@ -29,6 +29,10 @@
|
|||
.red-ui-searchBox-container {
|
||||
display: inline-block;
|
||||
margin-right: 6px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
&:not(.red-ui-type-search) .red-ui-searchBox-container {
|
||||
width: calc(100% - 30px);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue