tracker-tasks

This commit is contained in:
2023-06-29 02:26:49 +03:00
parent 73bcd58d05
commit 4db278fdbd
10 changed files with 233 additions and 59 deletions

View File

@ -129,6 +129,10 @@
width: 100%;
position: relative;
.ck-editor {
margin: 10px 0;
}
&__subComment {
&:before {
content: "";
@ -251,6 +255,11 @@
}
}
}
.comment__edit--open {
&:after {
display: none;
}
}
}
}
@ -508,7 +517,6 @@
&__creator {
font-size: 14px;
line-height: 32px;
font-weight: 500;
color: #2d4a17;
max-width: 200px;