package.elm-lang.org
package.elm-lang.org copied to clipboard
Fix image scaling in docs
trafficstars
Prevents images in module-level doc comments from overflowing their container.
Replaces https://github.com/elm/package.elm-lang.org/pull/242 (the classes referenced in this pr no longer seem to exist).
Fixes https://github.com/elm/package.elm-lang.org/issues/238
Before
After
(Alternatively, it might be nice to allow img tags in the markdown. Suggesting this change as least invasive.)