Skip to content

Commit 62aed02

Browse files
committed
Fix in-browser compile error display width
elm/compiler#2247
1 parent 6610a08 commit 62aed02

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

reactor/src/Errors.elm

+3
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ viewError error =
5757
, style "white-space" "pre-wrap"
5858
, style "background-color" "black"
5959
, style "padding" "2em"
60+
, style "box-sizing" "border-box"
61+
, style "width" "100%"
62+
, style "overflow" "scroll"
6063
]
6164
(viewErrorHelp error)
6265
]

0 commit comments

Comments
 (0)