From 1ede06fe450c34ad8b83b1b0bc3dccf7c79810a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Sun, 8 Oct 2017 11:45:17 +0200 Subject: [PATCH] Fix create card issue on NC12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- css/style.scss | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/css/style.scss b/css/style.scss index abaeb356b..8edbde8e7 100644 --- a/css/style.scss +++ b/css/style.scss @@ -85,11 +85,16 @@ input.input-inline { .app-navigation-entry-edit { height: auto; - .colorselect div{ - height: 32px; - } form { display: flex; + flex-wrap: wrap; + } + + .colorselect { + width: 100%; + div{ + height: 32px; + } } }