From 66f913e833d064cf1f41e5c8cc5bbca21de9c0c8 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Fri, 5 Dec 2014 23:51:07 -0600 Subject: [PATCH] closes #4353. If time on chat would break onto new line, just puts whole time statment on new line --- public/css/game-pane.styl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/css/game-pane.styl b/public/css/game-pane.styl index 66d2b3f8d1..1a002370ba 100644 --- a/public/css/game-pane.styl +++ b/public/css/game-pane.styl @@ -37,6 +37,9 @@ markdown, span.time padding: 0 3px line-height: 1.618em + + span.time + white-space: nowrap .chat-plus-one opacity: 0