tracker fixes

This commit is contained in:
2023-07-26 13:51:56 +03:00
parent fa582a8bfc
commit 3f9841fb6d
7 changed files with 129 additions and 29 deletions

View File

@ -30,7 +30,8 @@
display: flex;
align-items: center;
flex-direction: column;
row-gap: 5px;
row-gap: 8px;
margin-bottom: 10px;
.select-priority {
background-color: white;
@ -94,7 +95,8 @@
}
.ck-editor__editable.ck-rounded-corners {
min-height: 100px;
max-width: 390px;
min-height: 130px;
font-size: 14px;
}