From df8b1031ed5c543be3bc4d3666bfd9bac9c15e6b Mon Sep 17 00:00:00 2001 From: Miodec Date: Thu, 14 Mar 2024 17:16:32 +0100 Subject: [PATCH] style(alerts): make the container a bit wider --- frontend/src/styles/popups.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/styles/popups.scss b/frontend/src/styles/popups.scss index bb5df80d1..be8aad303 100644 --- a/frontend/src/styles/popups.scss +++ b/frontend/src/styles/popups.scss @@ -1610,7 +1610,7 @@ justify-items: end; .modal { background: var(--bg-color); - width: calc(350px + 2rem); + max-width: calc(350px + 2rem); right: 0; // height: calc(100vh - 4rem); height: 100%;