mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-25 12:52:27 +03:00
Fix list item overflow by using Element.paragraph.
This commit is contained in:
parent
154c3c9c5c
commit
2e2ead57d8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user