mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-02-15 20:33:26 +00:00
Provide more vertical space beneath direction dropdown
When openening the dropdown, it requires to scroll to see the options which is inconvenient. Fixes: #1400
This commit is contained in:
parent
23632b793b
commit
cab2fc7997
@ -388,7 +388,7 @@ formTabs texts flags settings model =
|
||||
, titleRight = []
|
||||
, info = Nothing
|
||||
, body =
|
||||
[ div [ class "mb-4" ]
|
||||
[ div [ class "mb-24" ]
|
||||
[ Html.map DirDropdownMsg
|
||||
(Comp.Dropdown.view2
|
||||
directionCfg
|
||||
|
Loading…
Reference in New Issue
Block a user