Web: Components: FilterInput: Fixed max width CSS for ComboBox

This commit is contained in:
Ilya Oleshko 2020-02-06 17:09:36 +03:00
parent ef977c7c87
commit 242c2f0ca6

View File

@ -87,6 +87,9 @@ const StyledComboBox = styled(ComboBox)`
width: auto; width: auto;
padding-left: 4px; padding-left: 4px;
} }
> div:last-child{
max-width: 220px;
}
.combo-button-label { .combo-button-label {
color: #555F65; color: #555F65;
} }