Web.Client: Settings: customization: fixed style

This commit is contained in:
Daniil Senkiv 2020-01-28 16:10:58 +03:00
parent 3902daafa6
commit 756df5b71b

View File

@ -41,14 +41,8 @@ const StyledComponent = styled.div`
max-width: 500px;
}
.dropdown-item-width {
& > div:last-child {
& > div:first-child {
div{
max-width: 100%;
}
}
}
.combo-button-label {
max-width: 100%;
}
`;
class Customization extends React.Component {