diff --git a/reactor/src/Errors.elm b/reactor/src/Errors.elm index 9c8c63936..21b148907 100644 --- a/reactor/src/Errors.elm +++ b/reactor/src/Errors.elm @@ -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) ]