mdgriffith / elm-ui

What if you never had to write CSS again?
https://package.elm-lang.org/packages/mdgriffith/elm-ui/latest/
BSD 3-Clause "New" or "Revised" License
1.35k stars 111 forks source link

`maximum` does not work applied to an image inside a paragraph #311

Open jhbrown94 opened 3 years ago

jhbrown94 commented 3 years ago

SSCE: https://ellie-app.com/cZXGYnmYNr2a1

Expected behavior I use width fill |> maximum 256 to clamp image size to 256 pixels. I expect the image to be clamped to 256 pixels. This works when the image is standalone in a column, but not when the image is inside a paragraph.

Versions

jhbrown94 commented 3 years ago

Possibly related to #107, #240