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:
parent
be63b08c36
commit
b832c3d885
2 changed files with 10 additions and 5 deletions
|
@ -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%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue