From 84ac32f76124f421458aeecfa26c4b86726ada2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Mon, 5 Nov 2018 20:50:11 +0100 Subject: [PATCH] Align category label text --- css/src/style.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/src/style.scss b/css/src/style.scss index ea3e15cb..348edc64 100644 --- a/css/src/style.scss +++ b/css/src/style.scss @@ -602,6 +602,8 @@ ol[dnd-list] { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; + width: 100%; + text-align: center; } } }