FIX: topic list wrapping under category list on some screens
This commit is contained in:
parent
2181e995f1
commit
14256e11e7
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue