mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-24 15:33:57 -05:00
FIX: tag text was too big in /categories page
This commit is contained in:
parent
d5fc4e1e84
commit
4fb47dd749
1 changed files with 4 additions and 0 deletions
|
@ -136,6 +136,10 @@
|
||||||
color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 40%));
|
color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 40%));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.discourse-tag {
|
||||||
|
font-size: 0.75em;
|
||||||
|
}
|
||||||
|
|
||||||
.topic-list {
|
.topic-list {
|
||||||
.posts {
|
.posts {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in a new issue