fix: create board and status inputs fixed
This commit is contained in:
@ -2,6 +2,7 @@
|
|||||||
.create-button {
|
.create-button {
|
||||||
padding: 10px 10px 9px;
|
padding: 10px 10px 9px;
|
||||||
border-bottom: 2px solid gray;
|
border-bottom: 2px solid gray;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.spacer {
|
.spacer {
|
||||||
|
|||||||
@ -22,8 +22,10 @@ const CreateBoardButton = () => {
|
|||||||
modalTitle={"Создание доски"}
|
modalTitle={"Создание доски"}
|
||||||
inputStyles={{
|
inputStyles={{
|
||||||
wrapper: {
|
wrapper: {
|
||||||
marginLeft: 15,
|
paddingTop: 3,
|
||||||
marginRight: 15,
|
paddingBottom: 4,
|
||||||
|
paddingInline: 15,
|
||||||
|
borderBottom: "2px solid gray",
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@ -3,6 +3,7 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
|
width: fit-content;
|
||||||
@media (max-width: 48em) {
|
@media (max-width: 48em) {
|
||||||
width: 80vw;
|
width: 80vw;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user