From cbe53edb823fbca803f7e1e1582df153a0d63db4 Mon Sep 17 00:00:00 2001 From: Baptiste Grob <60621355+baptiste-grob@users.noreply.github.com> Date: Thu, 7 Jan 2021 16:54:59 +0100 Subject: [PATCH] fix: restrict max reach dialog width --- app/assets/stylesheets/_reach-sub.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/_reach-sub.scss b/app/assets/stylesheets/_reach-sub.scss index b6a9446cf..af80a7ccf 100644 --- a/app/assets/stylesheets/_reach-sub.scss +++ b/app/assets/stylesheets/_reach-sub.scss @@ -25,6 +25,7 @@ position: relative; overflow: unset; flex-basis: 0; + max-width: 600px; } [data-reach-dialog-content] .sk-modal-content,