suppress long category names on mobile

This commit is contained in:
Jeff Atwood 2014-12-02 00:19:42 -08:00
parent e3bcd848b3
commit 0503599de7

View File

@ -58,12 +58,14 @@
.topic-item-stats {
margin-top: 8px;
}
.topic-item-stats {
.category, .num, .last-poster {
float: left;
}
.category a {
max-width: 200px;
overflow: hidden;
text-overflow: ellipsis;
}
.num .fa {
color: scale-color($primary, $lightness: 50%);
}
@ -261,9 +263,7 @@ tr.category-topic-link:nth-of-type(odd) {
}
ol.category-breadcrumb {
margin: 5px 10px 0 0;
}
.category-dropdown-menu {
@ -274,10 +274,6 @@ ol.category-breadcrumb {
line-height: 26px !important;
margin-bottom: 0 !important;
}
div {
margin-bottom: 10px;
}
}
.top-lists {