From 2e293ce785a7c2707dfa99bfa5de2d5b06ac2674 Mon Sep 17 00:00:00 2001 From: Mattias Erming Date: Sat, 27 Sep 2014 15:08:21 -0700 Subject: [PATCH] Fix IE --- client/css/style.css | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/client/css/style.css b/client/css/style.css index be69ad82..517c8e4d 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -533,10 +533,14 @@ button { padding-left: 10px; padding-right: 6px; } +#chat .wrap { + display: block; +} #chat .wrap, #chat .text a { font-style: normal; word-break: break-all; + word-wrap: break-word; } #chat .self .text { color: #999; diff --git a/package.json b/package.json index e6d7d061..046a585a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shout", "description": "The self-hosted web IRC client", - "version": "0.38.0", + "version": "0.38.1", "author": "Mattias Erming", "preferGlobal": true, "bin": {