From a961d6b342deed6fea4bd5fc3b862ed7d8a1447f Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Tue, 9 Dec 2014 07:00:24 -0600 Subject: [PATCH] Added wrapping rule for user tooltip in chat messages closes #4367 --- public/css/game-pane.styl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/css/game-pane.styl b/public/css/game-pane.styl index 1a002370ba..f5416d9cb2 100644 --- a/public/css/game-pane.styl +++ b/public/css/game-pane.styl @@ -37,6 +37,10 @@ markdown, span.time padding: 0 3px line-height: 1.618em + + .tooltip + white-space: normal + span.time white-space: nowrap