elm-lang / elm-reactor

Interactive development tool that makes it easy to develop and debug Elm programs.
BSD 3-Clause "New" or "Revised" License
428 stars 63 forks source link

Errors.elm has invisible content on small viewports #206

Open spencerwilson opened 8 years ago

spencerwilson commented 8 years ago

On small viewports, some of the leftmost content can be cut off such that you cannot scroll to the left and view it:

screenshot 2016-09-28 at 20 56 06

Additionally, a child div is overflowing out of its parent, and as a result there is some area of the page with no background

screenshot 2016-09-28 at 20 56 20

This is a problem on devices with small viewports (e.g., Chromebooks) where to have a split view (browser on left, editor on right) results in portions of the compiler output not being readable:

screenshot 2016-09-28 at 22 25 05

process-bot commented 8 years ago

Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.