diff --git a/products/ASC.Files/Client/src/components/pages/Settings/Section/Body/ConnectedDialog.js b/products/ASC.Files/Client/src/components/pages/Settings/Section/Body/ConnectedDialog.js index 17d9dde5b7..05fb35344d 100644 --- a/products/ASC.Files/Client/src/components/pages/Settings/Section/Body/ConnectedDialog.js +++ b/products/ASC.Files/Client/src/components/pages/Settings/Section/Body/ConnectedDialog.js @@ -23,6 +23,9 @@ const StyledConnectedDialog = styled.div` flex-direction: column; margin-bottom: 8px; } + .dialog-form-input { + width: 100%; + } } .dialog-form-text { line-height: 32px; @@ -104,11 +107,9 @@ const ConnectedDialog = (props) => {
{t("Password")}