Web:Client:Fix styles ComboBox in LanguageAndTimeZone.

This commit is contained in:
Vlada Gazizova 2022-09-13 16:59:36 +03:00
parent d5d70947ca
commit 084e3c02f0
2 changed files with 8 additions and 2 deletions

View File

@ -58,6 +58,12 @@ const StyledSettingsComponent = styled.div`
height: 40px;
}
.combo-box-settings {
.combo-button {
justify-content: space-between !important;
}
}
@media (max-width: 599px) {
${(props) =>
props.hasScroll &&

View File

@ -437,7 +437,7 @@ class LanguageAndTimeZone extends React.Component {
scaled={true}
scaledOptions={true}
dropDownMaxHeight={300}
className="dropdown-item-width"
className="dropdown-item-width combo-box-settings"
/>
</FieldContainer>
<FieldContainer
@ -455,7 +455,7 @@ class LanguageAndTimeZone extends React.Component {
scaled={true}
scaledOptions={true}
dropDownMaxHeight={300}
className="dropdown-item-width"
className="dropdown-item-width combo-box-settings"
/>
</FieldContainer>
</div>