mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 23:48:45 +08:00
8 lines
116 B
SCSS
8 lines
116 B
SCSS
.menu-panel {
|
|
span.badge-category {
|
|
max-width: 85px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
}
|