Fix list item overflow by using Element.paragraph.

This commit is contained in:
Dillon Kearns 2020-05-19 06:54:02 -07:00
parent 154c3c9c5c
commit 2e2ead57d8

View File

@ -105,7 +105,7 @@ renderer =
(items
|> List.map
(\(ListItem task children) ->
Element.row [ Element.spacing 5 ]
Element.paragraph [ Element.spacing 5 ]
[ Element.row
[ Element.alignTop ]
((case task of