Merge branch 'feature/fix-hide/show-header' of github.com:ONLYOFFICE/AppServer into feature/fix-hide/show-header

# Conflicts:
#	web/ASC.Web.Common/src/components/PageLayout/sub-components/section-header.js
This commit is contained in:
Artem Tarasov 2020-11-27 20:23:33 +03:00
commit ec058e8dd2

View File

@ -35,7 +35,7 @@ const StyledSectionHeader = styled.div`
padding-bottom: 16px
`};
height: 49px;
width: 100%;
width: ${(props) => !props.isLoaded && "100%"};
}
.section-header {