From ba7c38cfe0657976b6615d55e0044c0e0071c559 Mon Sep 17 00:00:00 2001 From: evazion Date: Tue, 7 Jan 2020 02:51:19 -0600 Subject: [PATCH] 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. --- app/javascript/src/styles/specific/forum.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/src/styles/specific/forum.scss b/app/javascript/src/styles/specific/forum.scss index 4902f0f83..8cc4bab06 100644 --- a/app/javascript/src/styles/specific/forum.scss +++ b/app/javascript/src/styles/specific/forum.scss @@ -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; } }