From 7240b0286474c42191195f30026f853193bcdf9f Mon Sep 17 00:00:00 2001 From: Charles Gould Date: Thu, 16 Feb 2017 21:18:21 -0500 Subject: [PATCH] Collapse whitespace, break at newlines --- server/src/main/resources/static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/server/src/main/resources/static/style.css b/server/src/main/resources/static/style.css index 16f8980..bf4efb9 100644 --- a/server/src/main/resources/static/style.css +++ b/server/src/main/resources/static/style.css @@ -48,6 +48,7 @@ button:hover:disabled { position: relative; overflow-wrap: break-word; word-wrap: break-word; + white-space: pre-line; } .message-item:first-child {