From e8122e5f35acf023cce789744479622a8b7b1de8 Mon Sep 17 00:00:00 2001 From: Eike Kettner Date: Sun, 12 Jan 2020 13:37:56 +0100 Subject: [PATCH] Fix input width for multi dropdown and recipients --- modules/webapp/src/main/elm/Comp/EmailInput.elm | 2 +- modules/webapp/src/main/webjar/docspell.css | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/webapp/src/main/elm/Comp/EmailInput.elm b/modules/webapp/src/main/elm/Comp/EmailInput.elm index bf17f651..cb8340b3 100644 --- a/modules/webapp/src/main/elm/Comp/EmailInput.elm +++ b/modules/webapp/src/main/elm/Comp/EmailInput.elm @@ -142,7 +142,7 @@ view values model = (List.map renderValue values ++ [ input [ type_ "text" - , class "search" + , class "search long-search" , placeholder "Recipients…" , onKeyUp KeyPress , onInput SetInput diff --git a/modules/webapp/src/main/webjar/docspell.css b/modules/webapp/src/main/webjar/docspell.css index 25dfff32..e715e63c 100644 --- a/modules/webapp/src/main/webjar/docspell.css +++ b/modules/webapp/src/main/webjar/docspell.css @@ -29,11 +29,11 @@ } .default-layout .ui.multiple.search.dropdown>input.search { + width: 3.5em; +} +.default-layout .ui.multiple.search.dropdown>input.search.long-search { width: auto; } -/* .default-layout .ui.multiple.search.dropdown>input.search.long-search { */ -/* width: auto; */ -/* } */ .default-layout .job-log {