From e83ba807f435069a05c7a24983687bcf27fa6507 Mon Sep 17 00:00:00 2001 From: Amos Ng Date: Tue, 31 Oct 2017 00:01:35 +0800 Subject: [PATCH] Fix hyphenated names overflowing (#1667) --- client/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/css/style.css b/client/css/style.css index 56bba8cb..7e9c5f04 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -1282,6 +1282,7 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */ display: block; line-height: 1.6; padding: 0 16px; + white-space: nowrap; } #chat .user-mode::before {