2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-12 21:10:47 +08:00

Glyph wasn't wrapping properly with long categories

This commit is contained in:
Kris 2018-02-27 17:10:02 -05:00
parent be63b08c36
commit b832c3d885
2 changed files with 10 additions and 5 deletions

View file

@ -1,5 +1,9 @@
.category-list {
table-layout: fixed;
.category-text-title {
display: flex;
align-items: baseline;
}
.category-name {
display: inline-block;
max-width: 100%;