mirror of
https://github.com/discourse/discourse.git
synced 2024-11-30 04:34:13 -06:00
8 lines
116 B
SCSS
8 lines
116 B
SCSS
.menu-panel {
|
|
span.badge-category {
|
|
max-width: 85px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
}
|