Management: Spaces: fix width

This commit is contained in:
Viktor Fomin 2023-07-29 17:52:47 +03:00
parent 72b18b49bd
commit 672b2b5c6a

View File

@ -1,7 +1,7 @@
import styled, { css } from "styled-components";
const SpaceContainer = styled.div`
width: 700px;
max-width: 700px;
.spaces {
&-input-block {