Fix search bar width

This commit is contained in:
Correl Roush 2022-02-11 09:58:22 -05:00
parent d449200df9
commit 8c21ac32a0

View file

@ -375,7 +375,7 @@ searchBar model =
, E.width E.fill
, Background.color colors.navBar
]
[ E.row [ E.spacing 10 ]
[ E.row [ E.spacing 10, E.width E.fill ]
[ Input.text
[ onEnter Search
, Background.color colors.background