mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -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%));
|
||||
}
|
||||
|
||||
.discourse-tag {
|
||||
font-size: 0.75em;
|
||||
}
|
||||
|
||||
.topic-list {
|
||||
.posts {
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in a new issue