From 4588079eb50eb0a9f974dc1372150300726f42b0 Mon Sep 17 00:00:00 2001 From: Alistair McKinlay Date: Sat, 12 Dec 2015 19:11:47 +0000 Subject: [PATCH] Fix word wrap on firefox. --- client/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/css/style.css b/client/css/style.css index e3c756a5..dcb52c8d 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -647,6 +647,7 @@ button { font-style: normal; word-break: break-all; word-wrap: break-word; + display: inline-block; } #chat .self .text { color: #999;