mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-24 13:49:54 -04:00
FIX: long category names overflow outside of bullet style category badges
This commit is contained in:
parent
2922cc3036
commit
bc52b72145
1 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,8 @@
|
|||
span.badge-category {
|
||||
color: $primary !important;
|
||||
display: inline-block;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
#search-dropdown & {
|
||||
margin-top: -2px;
|
||||
|
|
Loading…
Add table
Reference in a new issue