From 049c48d42ca06979a6f83fe34939f2acf7dc4a98 Mon Sep 17 00:00:00 2001 From: Naila Nur <23naila.n@gmail.com> Date: Sun, 17 Sep 2017 23:21:11 -0400 Subject: [PATCH] text will now wrap when necessary, and on line breaks --- src/styles/message.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/message.css b/src/styles/message.css index 8c29d7b00..9dc5d40be 100644 --- a/src/styles/message.css +++ b/src/styles/message.css @@ -36,6 +36,7 @@ font-weight: 300; font-size: 14px; line-height: 1.4; + white-space: pre-wrap; -webkit-font-smoothing: subpixel-antialiased }