remove last word
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user