Web: Files: fixed combo-button height

This commit is contained in:
Nikita Gopienko 2022-12-08 16:02:05 +03:00
parent eede5dfcad
commit 80669d7a2d

View File

@ -121,7 +121,6 @@ const StyledComboBox = styled(ComboBox)`
.combo-button {
border-radius: 3px;
height: auto;
}
`;