Fixup padding of quick-add search box

This commit is contained in:
Nick O'Leary 2020-06-15 22:31:35 +01:00
parent 76728d1783
commit 56efd51c06
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 4 additions and 0 deletions

View File

@ -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);
}
}