forum: fix .forum-topic-row selector.
The .forum-topic-row class was removed. Use different selector instead. This rule ensures the timestamp doesn't wrap on small screens.
This commit is contained in:
@@ -46,7 +46,7 @@ div#c-forum-topics {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
tr.forum-topic-row td:last-child {
|
||||
#a-index table tr td:last-child {
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user