passiomatic/elm-designer

Image collapses when inserted in a row

passiomatic opened this issue · 0 comments

If an Image is inserted into a row element it collapses if it has a width=fill.

Elm UI generated code is still OK: https://ellie-app.com/f92CvrmNbXXa1 but same the image wrapped in a el exhibits the issue: https://ellie-app.com/fyB6ZhQWGJZa1 (this is basically what happens in the editor since I need to wrap all document nodes into an extra el element to selection highlight and other things).

This seems similar to mdgriffith/elm-ui#240