From daa7bb39830431d1baf03d89d680bf6602a968e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Wed, 11 Mar 2020 10:30:59 +0100 Subject: [PATCH] Don't cut off task title in task body MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raimund Schlüßler --- css/src/style.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/src/style.scss b/css/src/style.scss index eae1c1fe..d4665027 100644 --- a/css/src/style.scss +++ b/css/src/style.scss @@ -492,10 +492,11 @@ .title { cursor: text; display: inline-flex; - padding: 14px; + padding: 10px 14px; overflow: hidden; span { + line-height: 24px; overflow: hidden; text-overflow: ellipsis;