Orasund / elm-ui-widgets

Collection of reusable views for elm-ui.
https://orasund.github.io/elm-ui-widgets/
BSD 3-Clause "New" or "Revised" License
85 stars 11 forks source link

Widget.asItem has a fixed height #52

Open Orasund opened 3 years ago

Orasund commented 3 years ago

Due to #30 the Widget.asItem function does not work properly. Easy way to fix this is to add

Customize.mapContent 
  (Customize.element [Element.height Element.shrink])

to Material.cardColumn. This should be included by default. Though it might break something, I don't know at this point. Currently I only have time to report, not to fix.

Orasund commented 3 years ago

Implemented Hotfix in 3.0.1. I will keep this issue open until it is fully resolved