Fix styling for topic count in category chooser
This commit is contained in:
parent
b2ac80593e
commit
e7c4ebc6d5
|
@ -22,9 +22,11 @@
|
|||
}
|
||||
|
||||
.topic-count {
|
||||
font-size: $font-down-2;
|
||||
font-size: $font-down-1;
|
||||
color: $primary;
|
||||
white-space: nowrap;
|
||||
margin-left: 1em;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.category-status {
|
||||
|
|
Loading…
Reference in New Issue