fix: create board and status inputs fixed

This commit is contained in:
2025-08-19 12:13:15 +04:00
parent be034ebbd0
commit 179b89c786
3 changed files with 6 additions and 2 deletions

View File

@ -2,6 +2,7 @@
.create-button {
padding: 10px 10px 9px;
border-bottom: 2px solid gray;
cursor: pointer;
}
.spacer {

View File

@ -22,8 +22,10 @@ const CreateBoardButton = () => {
modalTitle={"Создание доски"}
inputStyles={{
wrapper: {
marginLeft: 15,
marginRight: 15,
paddingTop: 3,
paddingBottom: 4,
paddingInline: 15,
borderBottom: "2px solid gray",
},
}}
/>

View File

@ -3,6 +3,7 @@
cursor: pointer;
height: 100%;
width: fit-content;
@media (max-width: 48em) {
width: 80vw;
}