mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: long category names overflow outside of bullet style category badges
This commit is contained in:
parent
2922cc3036
commit
bc52b72145
@ -59,6 +59,8 @@
|
|||||||
span.badge-category {
|
span.badge-category {
|
||||||
color: $primary !important;
|
color: $primary !important;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
|
||||||
#search-dropdown & {
|
#search-dropdown & {
|
||||||
margin-top: -2px;
|
margin-top: -2px;
|
||||||
|
Loading…
Reference in New Issue
Block a user