From 3c7584306fe2909306ede04e28fc0304d13c22d8 Mon Sep 17 00:00:00 2001 From: Nicolas Perriault Date: Fri, 12 May 2017 12:42:18 +0200 Subject: [PATCH] Fix long links may break a column. --- public/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/style.css b/public/style.css index 52ab656..e4859cc 100644 --- a/public/style.css +++ b/public/style.css @@ -213,6 +213,10 @@ li.load-more { .status-text a, .u-url, .status .mention, .hashtag, .tag { color: #9baec8; + white-space: pre-wrap; + word-wrap: break-word; + overflow: hidden; + text-overflow: ellipsis; } /* Thread */