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 May 5, 2022
1 parent 6610a08 commit 62aed02
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 62aed02

Please sign in to comment.