mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-25 06:11:20 -04: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;
|
color: $white;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
white-space: nowrap;
|
||||||
&[href] {
|
&[href] {
|
||||||
color: $white;
|
color: $white;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue