mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-03-28 09:45:07 +00:00
Fix input width for multi dropdown and recipients
This commit is contained in:
parent
4b4d236ca4
commit
e8122e5f35
@ -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
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user