diff --git a/web/ASC.Web.Common/package.json b/web/ASC.Web.Common/package.json index 6f604c3e28..c911e39cc2 100644 --- a/web/ASC.Web.Common/package.json +++ b/web/ASC.Web.Common/package.json @@ -1,6 +1,6 @@ { "name": "asc-web-common", - "version": "1.0.281", + "version": "1.0.282", "description": "Ascensio System SIA common components and solutions library", "license": "AGPL-3.0", "files": [ diff --git a/web/ASC.Web.Common/src/components/PageLayout/sub-components/section.js b/web/ASC.Web.Common/src/components/PageLayout/sub-components/section.js index b82f619123..8ecd7e48dd 100644 --- a/web/ASC.Web.Common/src/components/PageLayout/sub-components/section.js +++ b/web/ASC.Web.Common/src/components/PageLayout/sub-components/section.js @@ -19,6 +19,7 @@ const StyledSection = styled.section` flex-grow: 1; display: flex; flex-direction: column; + flex: 1 1 0%; // IOS fix, issue with flex-direction: column and empty height /*width: ${(props) => `${props.widthProp}px`};*/ .layout-progress-bar { bottom: 0; diff --git a/web/ASC.Web.Common/src/pages/login/index.js b/web/ASC.Web.Common/src/pages/login/index.js index ef59186dca..f18df80438 100644 --- a/web/ASC.Web.Common/src/pages/login/index.js +++ b/web/ASC.Web.Common/src/pages/login/index.js @@ -456,7 +456,7 @@ const LoginForm = (props) => { <> {isLoaded && ( - +