web.components: FilterInput: fix filter-block style

This commit is contained in:
Daniil Senkiv 2020-02-17 14:04:06 +03:00
parent 31526c5e48
commit f0999bc883

View File

@ -84,7 +84,7 @@ const StyledComboBox = styled(ComboBox)`
max-width: 185px;
cursor: pointer;
vertical-align: middle;
margin-top: -1px;
margin-top: -2px;
> div:first-child{
width: auto;
padding-left: 4px;