From f85622914172c4b97f1de9d4f94340f1e56a6ab3 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Thu, 22 Mar 2018 19:43:33 +0200 Subject: [PATCH] Allow whitespace in topics again Was removed in c051b705375c838d189d3dec7aa74c80794bb356 --- client/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/css/style.css b/client/css/style.css index 42cf14af..8aa41870 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -912,7 +912,6 @@ kbd { margin-left: 8px; word-break: break-all; flex-grow: 1; - white-space: nowrap; overflow: hidden; font-size: 14px; } @@ -2499,6 +2498,7 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */ /* Correctly handle multiple successive whitespace characters. For example: user has quit ( ===> L O L <=== ) */ +#windows .header .topic, #chat .message .text, #chat .motd .text, #chat .notice .text,