mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
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.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user