diff --git a/web/ASC.Web.Common/src/components/PageLayout/sub-components/section-header.js b/web/ASC.Web.Common/src/components/PageLayout/sub-components/section-header.js index afef45c3ea..0d4aaad5e5 100644 --- a/web/ASC.Web.Common/src/components/PageLayout/sub-components/section-header.js +++ b/web/ASC.Web.Common/src/components/PageLayout/sub-components/section-header.js @@ -35,7 +35,7 @@ const StyledSectionHeader = styled.div` padding-bottom: 16px `}; height: 49px; - width: 100%; + width: ${(props) => !props.isLoaded && "100%"}; } .section-header {