mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 18:08:25 +00:00
Fix datepicker position for action input fields
Either the width and appearance must be changed to match this of an `ui action input` or the position must be fixed as done here. It is not correctly positioned, because the `ui input` class uses a flex.
This commit is contained in:
@ -2208,7 +2208,7 @@ item visible. This message will disappear then.
|
||||
]
|
||||
, Html.map DirDropdownMsg (Comp.Dropdown.view settings model.directionModel)
|
||||
]
|
||||
, div [ class " field" ]
|
||||
, div [ class "field" ]
|
||||
[ label []
|
||||
[ Icons.dateIcon "grey"
|
||||
, text "Date"
|
||||
|
Reference in New Issue
Block a user