Merge branch 'bugfix/login-fix' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore into bugfix/login-fix

This commit is contained in:
Nikita Gopienko 2020-11-30 15:02:22 +03:00
commit 34798781d2
3 changed files with 3 additions and 2 deletions

View File

@ -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": [

View File

@ -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;

View File

@ -456,7 +456,7 @@ const LoginForm = (props) => {
<>
{isLoaded && (
<LoginFormWrapper>
<PageLayout withBodyScroll={false}>
<PageLayout>
<PageLayout.SectionBody>
<FormWrapper i18n={i18n} {...props} />
</PageLayout.SectionBody>