From 756df5b71b45dec3aa693ee2a97619b02cfa3d66 Mon Sep 17 00:00:00 2001 From: Daniil Senkiv Date: Tue, 28 Jan 2020 16:10:58 +0300 Subject: [PATCH] Web.Client: Settings: customization: fixed style --- .../pages/Settings/categories/common/customization.js | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/web/ASC.Web.Client/src/components/pages/Settings/categories/common/customization.js b/web/ASC.Web.Client/src/components/pages/Settings/categories/common/customization.js index 13176f548f..57b7fe6238 100644 --- a/web/ASC.Web.Client/src/components/pages/Settings/categories/common/customization.js +++ b/web/ASC.Web.Client/src/components/pages/Settings/categories/common/customization.js @@ -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 {