remove last word

This commit is contained in:
Victor Batischev
2024-02-28 19:44:12 +03:00
parent 3a0426ae6d
commit ce775e03ab
7 changed files with 24 additions and 20 deletions

View File

@ -337,7 +337,7 @@
}
.create-task-body {
padding: 15px 20px;
padding: 15px 30px;
display: flex;
column-gap: 20px;
@ -373,8 +373,8 @@
}
.ck-editor__editable.ck-rounded-corners {
min-height: 150px;
max-height: 150px;
min-height: 180px;
max-height: 180px;
}
}
@ -383,6 +383,7 @@
flex-direction: column;
align-items: start;
justify-content: end;
row-gap: 10px;
&__owner {
display: flex;
@ -714,6 +715,11 @@
}
}
}
.button-add {
margin: 0 30px;
align-self: flex-end;
}
}
.name-project {