Skip to content

Commit

Permalink
Fix in-browser compile error display width
Browse files Browse the repository at this point in the history
  • Loading branch information
supermario committed Mar 16, 2022
1 parent 4c31a39 commit beeecd6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions reactor/src/Errors.elm
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ viewError error =
, style "white-space" "pre-wrap"
, style "background-color" "black"
, style "padding" "2em"
, style "box-sizing" "border-box"
, style "width" "100%"
, style "overflow" "scroll"
]
(viewErrorHelp error)
]
Expand Down

0 comments on commit beeecd6

Please sign in to comment.