Shared: Components: LanguageCombobox: Deleted useless code.

This commit is contained in:
Tatiana Lopaeva 2024-05-27 10:45:56 +03:00
parent 2440be2675
commit 5af949b406

View File

@ -54,11 +54,4 @@ export const StyledComboBox = styled(ComboBox)<{ withBorder: boolean }>`
.combo-buttons_arrow-icon {
margin: 0;
}
.dropdown-container {
width: 41px;
.drop-down-item {
padding: 0;
}
}
`;