From dabf46e886f2449cf42af537bf0a1a6198798f38 Mon Sep 17 00:00:00 2001 From: Marin Treselj Date: Sat, 20 May 2017 22:37:33 +0200 Subject: [PATCH] Fix extra-long words in card title overflowing. Signed-off-by: Marin Treselj --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 8b7b6b453..0638d2dd3 100644 --- a/css/style.css +++ b/css/style.css @@ -355,8 +355,8 @@ button:hover { font-size: 10pt; padding: 0; margin: 5px; - display: inline-block; - float: left; + overflow: hidden; + text-overflow: ellipsis; } .card.has-labels h3 {