From 27d99f4a502f6e0d7f45d1ebfeafe5f3a0ef0c92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 23 Jun 2017 22:18:40 +0200 Subject: [PATCH] Align text in label list to the left MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- css/style.css | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/css/style.css b/css/style.css index 10eef6301..02220b081 100644 --- a/css/style.css +++ b/css/style.css @@ -658,8 +658,6 @@ button.button-inline:hover { color: #ffffff; min-width: 20px; display: flex; - align-content: center; - text-align: center; } #assigned-users .avatardiv { @@ -909,16 +907,16 @@ button.button-inline:hover { .label-create { width: 100%; padding: 0px 56px 0px 0px !important; - justify-content: center; } - - .label-create a { - display: block; margin: 0px; } +.label-create .icon { + margin-right: 10px; +} + #board-detail-labels .color { width: 28px; height: 100%;