mirror of
https://github.com/discourse/discourse.git
synced 2025-09-05 08:59:27 +08:00
Truncate long category names in subcategory boxes
This commit is contained in:
parent
33340071e7
commit
be63b08c36
1 changed files with 4 additions and 0 deletions
|
@ -103,6 +103,8 @@
|
|||
line-height: $line-height-medium;
|
||||
text-align: center;
|
||||
color: $primary;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -116,6 +118,8 @@
|
|||
h3 {
|
||||
font-size: $font-up-2;
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.category-box-heading {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue