FIX: topic list wrapping under category list on some screens

This commit is contained in:
Neil Lalonde 2017-06-19 15:23:32 -04:00
parent 2181e995f1
commit 14256e11e7
1 changed files with 4 additions and 1 deletions

View File

@ -120,11 +120,14 @@
.category-list, .category-list,
.topic-list-latest { .topic-list-latest {
width: 48%; width: 48%;
}
.category-list {
float: left; float: left;
} }
.topic-list-latest { .topic-list-latest {
margin-left: 4%; float: right;
th.latest { th.latest {
line-height: 19px; line-height: 19px;
} }