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