Skip to content

Commit beeecd6

Browse files
committed
Fix in-browser compile error display width
elm/compiler#2247
1 parent 4c31a39 commit beeecd6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

reactor/src/Errors.elm

Lines changed: 3 additions & 0 deletions
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)