2021-06-10 13:23:01 +08:00

10 lines
187 B
SCSS
Vendored

.task-priority {
display: inline-block;
padding: 0 6px;
border-radius: 3px;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}