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