mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
Prevent category badges from wrapping on white space
This commit is contained in:
parent
d51dcd1705
commit
d579e4c5d5
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
color: $white;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
white-space: nowrap;
|
||||
&[href] {
|
||||
color: $white;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue