From f1ebe01e5e679242ab9a86b7fd0ae833620a9a29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 24 Aug 2018 14:00:02 +0200 Subject: [PATCH] Fix inline input sizing for card title edit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- css/style.scss | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/css/style.scss b/css/style.scss index e6588807b..54ea444e7 100644 --- a/css/style.scss +++ b/css/style.scss @@ -418,11 +418,6 @@ input.input-inline { overflow: hidden; position: relative; padding: 5px; - - input { - min-height: 0px; - width: auto; - } } .card-assigned-users { @@ -519,6 +514,17 @@ input.input-inline { margin: 0 5px; overflow: hidden; text-overflow: ellipsis; + + span { + padding: 6px 0; + padding-top: 7px; + display: block; + } + + input { + width: 100%; + margin: 0; + } } .labels {