From cd4629b2aee460f5f52e382021ad5766180842d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Wed, 11 Oct 2017 21:08:21 +0200 Subject: [PATCH] Allow div instead of forms on editable nav entries MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/apps.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/css/apps.scss b/core/css/apps.scss index 9978c38033..07e445a0e7 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -423,7 +423,8 @@ kbd { position: absolute; background-color: $color-main-background; z-index: -1; - form { + form, + div { display: inline-flex; width: 100%; }