Management (next): fix style

This commit is contained in:
Viktor Fomin 2024-08-30 14:27:00 +03:00
parent f3e8193617
commit 3872099471

View File

@ -29,6 +29,7 @@ import { tablet, mobile } from "@docspace/shared/utils";
export const StyledSection = styled.section`
height: 100dvh;
width: 100%;
max-width: 700px;
padding: 0 20px;
display: flex;