mirror of
https://github.com/discourse/discourse.git
synced 2025-06-07 11:14:44 +08:00
UX: Fixing an issue where category names were too large on /categories
This commit is contained in:
@ -28,6 +28,12 @@
|
|||||||
.top-row {
|
.top-row {
|
||||||
margin-bottom: 0.1em;
|
margin-bottom: 0.1em;
|
||||||
}
|
}
|
||||||
|
.bottom-row {
|
||||||
|
font-size: .75em;
|
||||||
|
.bage-category {
|
||||||
|
font-size: 1.167em;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.topic-stats {
|
.topic-stats {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
Reference in New Issue
Block a user