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:
evazion
2020-01-07 02:51:19 -06:00
parent 5c913d8ad1
commit ba7c38cfe0

View File

@@ -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;
}
}