11 lines
171 B
SCSS
11 lines
171 B
SCSS
.completeTask__title {
|
|
white-space: nowrap;
|
|
max-width: 250px;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.archive__completeTask__time {
|
|
text-align: center;
|
|
}
|