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 {