Client: PortalSettings: Preview: fix style

This commit is contained in:
Viktor Fomin 2023-03-16 15:26:00 +03:00
parent 60c69b044c
commit c16a1d529c

View File

@ -73,7 +73,7 @@ const StyledComponent = styled.div`
.section {
position: relative;
width: ${(props) => (props.isViewTablet ? "89%" : "56%")};
width: ${(props) => (props.isViewTablet ? "100%" : "56%")};
${(props) =>
props.withBorder &&
css`