fill width
This commit is contained in:
parent
52812abba2
commit
fdfec5a419
|
@ -144,7 +144,7 @@ view model =
|
|||
, placeholder = Nothing
|
||||
}
|
||||
in
|
||||
column []
|
||||
column [ width fill ]
|
||||
[ statusMsg
|
||||
, row [ padding 10 ]
|
||||
[ makeInput "Title" UpdateTitle model.title
|
||||
|
|
Loading…
Reference in New Issue