From a7a36402241ef98a3e1403c85e32a2170c6b2ca0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Wed, 28 Feb 2018 13:09:11 +0100 Subject: [PATCH] fixup! Updated popover rules to allow form inputs and added input submit for new File 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 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/css/apps.scss b/core/css/apps.scss index cbacec07252..1389938a325 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -888,10 +888,16 @@ kbd { > input:not([type=radio]):not([type=checkbox]):not([type=image]) { width: 150px; } + form { + display: flex; + flex: 1 1 auto; + } + /* Inputs inside popover supports text, submit & reset */ input { min-width: 34px; max-height: 34px; margin: 2px 0; + flex: 1 1 auto; ~ input { margin-left: 5px; }