mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 23:52:02 +08:00
UX: suppress long cat names in topic lists
This commit is contained in:
parent
0398ab7514
commit
4e01046862
|
@ -122,6 +122,12 @@
|
|||
padding-top: 15px;
|
||||
padding-bottom: 15px;
|
||||
border-left: 6px solid;
|
||||
// suppress extra long category names in tables
|
||||
a {
|
||||
max-width:150px;
|
||||
overflow:hidden;
|
||||
text-overflow:ellipsis;
|
||||
}
|
||||
}
|
||||
td.stats {
|
||||
.unit {
|
||||
|
|
Loading…
Reference in New Issue
Block a user