mirror of
https://github.com/nunntom/elm-ui-select.git
synced 2024-11-22 11:54:11 +03:00
Move default no match element down a bit
This commit is contained in:
parent
c1f5370565
commit
d6d968b37c
@ -422,6 +422,7 @@ defaultNoMatchElement =
|
||||
, Border.color (Element.rgb 0.8 0.8 0.8)
|
||||
, Border.width 1
|
||||
, Border.rounded 5
|
||||
, Element.moveDown 10
|
||||
, Background.color (Element.rgb 1 1 1)
|
||||
, Element.width Element.fill
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user