fill width

This commit is contained in:
Cadey Ratio 2020-01-18 17:30:04 -05:00
parent 52812abba2
commit fdfec5a419
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ view model =
, placeholder = Nothing
}
in
column []
column [ width fill ]
[ statusMsg
, row [ padding 10 ]
[ makeInput "Title" UpdateTitle model.title