mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-05 22:55:58 +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
|
(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
|
||||||
|
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user