Allow whitespace in topics again

Was removed in c051b70537
This commit is contained in:
Pavel Djundik 2018-03-22 19:43:33 +02:00
parent 8ce55af55d
commit f856229141

View File

@ -912,7 +912,6 @@ kbd {
margin-left: 8px; margin-left: 8px;
word-break: break-all; word-break: break-all;
flex-grow: 1; flex-grow: 1;
white-space: nowrap;
overflow: hidden; overflow: hidden;
font-size: 14px; 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. /* Correctly handle multiple successive whitespace characters.
For example: user has quit ( ===> L O L <=== ) */ For example: user has quit ( ===> L O L <=== ) */
#windows .header .topic,
#chat .message .text, #chat .message .text,
#chat .motd .text, #chat .motd .text,
#chat .notice .text, #chat .notice .text,