mirror of
https://github.com/discourse/discourse.git
synced 2024-11-30 12:43:54 -06:00
FIX: tag text was too big in /categories page
This commit is contained in:
parent
d5fc4e1e84
commit
4fb47dd749
@ -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 New Issue
Block a user