Fix input width for multi dropdown and recipients

This commit is contained in:
Eike Kettner 2020-01-12 13:37:56 +01:00
parent 4b4d236ca4
commit e8122e5f35
2 changed files with 4 additions and 4 deletions

View File

@ -142,7 +142,7 @@ view values model =
(List.map renderValue values (List.map renderValue values
++ [ input ++ [ input
[ type_ "text" [ type_ "text"
, class "search" , class "search long-search"
, placeholder "Recipients" , placeholder "Recipients"
, onKeyUp KeyPress , onKeyUp KeyPress
, onInput SetInput , onInput SetInput

View File

@ -29,11 +29,11 @@
} }
.default-layout .ui.multiple.search.dropdown>input.search { .default-layout .ui.multiple.search.dropdown>input.search {
width: 3.5em;
}
.default-layout .ui.multiple.search.dropdown>input.search.long-search {
width: auto; width: auto;
} }
/* .default-layout .ui.multiple.search.dropdown>input.search.long-search { */
/* width: auto; */
/* } */
.default-layout .job-log { .default-layout .job-log {