2022-01-21 01:38:05 +08:00

13 lines
274 B
SCSS
Vendored

.task-priority {
font-size: 13px;
display: inline-block;
padding: 2px 5px;
border-radius: 3px;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
background: transparent;
border: 1px solid transparent;
}