mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 15:28:37 +08:00
FIX: long category names overflow outside of box style badges
This commit is contained in:
@ -101,6 +101,8 @@
|
||||
|
||||
span {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
&.badge-category-bg, &.badge-category-parent-bg {
|
||||
position: absolute;
|
||||
|
Reference in New Issue
Block a user