2024-01-12 19:11:36 +03:00

11 lines
171 B
SCSS

.completeTask__title {
white-space: nowrap;
max-width: 250px;
text-overflow: ellipsis;
overflow: hidden;
}
.archive__completeTask__time {
text-align: center;
}