Web: Common: fixed drop down in aside mode advanced selector, fixed hide filter styles

This commit is contained in:
Dmitry Sychugov 2021-10-14 15:59:49 +05:00
parent a33f6b90ad
commit 30bbfd4fb4
2 changed files with 2 additions and 1 deletions

View File

@ -604,6 +604,7 @@ const Selector = (props) => {
scaled={true}
scaledOptions={true}
size="content"
isDefaultMode={false}
onSelect={onGroupSelect}
/>
{isMultiSelect &&

View File

@ -24,7 +24,7 @@ body {
}
.hide-filter-drop-down {
padding: 12px;
padding: 16px !important;
margin-top: 2px;
}