elm-ui-widgets
elm-ui-widgets copied to clipboard
Widget.asItem has a fixed height
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.
Implemented Hotfix in 3.0.1. I will keep this issue open until it is fully resolved