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.34k stars 110 forks source link

`Element.explain` draws a border whose width affects the rendering of actual page content. #320

Open techmindful opened 3 years ago

techmindful commented 3 years ago

Element.explain draws a border whose width affects the rendering of actual page content. In the ellie, the debug border width causes a misalignment of the vertical bars on the right side. This causes confusion as the developer may think the misalignment is from a mistake in their own code.

Ellie: https://ellie-app.com/dKjtYhnrZHva1

Expected behavior explain should simply draw the debug border as overlay on top of the actual page content, not affecting any layout in the process.

Versions