about summary refs log tree commit diff
path: root/client/src/UI.elm
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/UI.elm')
-rw-r--r--client/src/UI.elm3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/UI.elm b/client/src/UI.elm
index 1de137fcaf4f..f96dcd8b5cc3 100644
--- a/client/src/UI.elm
+++ b/client/src/UI.elm
@@ -40,7 +40,8 @@ errorBanner { title, body } =
 
         -- TODO(wpcarro): Consider supporting breakpoints, but for now
         -- don't.
-        , style "margin-left" "-512px"
+        , style "width" "800px"
+        , style "margin-left" "-400px"
         ]
         [ div
             [ [ "bg-red-500"