UX: long unsetyled category names need truncation (#21756)
This commit is contained in:
parent
ff03b2274f
commit
9268bb92bd
|
@ -142,6 +142,9 @@
|
||||||
&.none {
|
&.none {
|
||||||
color: var(--primary-high);
|
color: var(--primary-high);
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
|
.badge-category {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue