UX: suppress long cat names in topic lists

This commit is contained in:
Jeff Atwood 2014-11-21 11:13:33 -08:00
parent 0398ab7514
commit 4e01046862
1 changed files with 6 additions and 0 deletions

View File

@ -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 {