From 126b5dc186d12dda44acacd74a4b13ab5044c7af Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Wed, 4 Nov 2020 09:44:16 +0530 Subject: [PATCH] recent_topics: Let text in wrap to enforce fix width behaviour. If we don't allow text to wrap, it overrides the fix width of the columns. --- static/styles/recent_topics.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/static/styles/recent_topics.css b/static/styles/recent_topics.css index 38667ece3a..ea1aecd6de 100644 --- a/static/styles/recent_topics.css +++ b/static/styles/recent_topics.css @@ -247,11 +247,6 @@ } } - .recent_topic_stream, - thead .last_msg_time_header { - white-space: nowrap; - } - /* These fixed column widths prevent column widths from being adjusted as new messages arrive from the server. */ .recent_topic_stream {