10 lines
187 B
SCSS
Vendored
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;
|
|
}
|