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,
.topic-list-latest {
width: 48%;
}
.category-list {
float: left;
}
.topic-list-latest {
margin-left: 4%;
float: right;
th.latest {
line-height: 19px;
}