From 82b74574c9825e2e5c1dfceb691d327bceab141e Mon Sep 17 00:00:00 2001 From: Miodec Date: Wed, 3 Apr 2024 00:31:13 +0200 Subject: [PATCH] style: make version history modal 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 a9f21a8b9..539e6d625 100644 --- a/frontend/src/styles/popups.scss +++ b/frontend/src/styles/popups.scss @@ -1218,7 +1218,7 @@ .modal { @extend .ffscroll; overflow-y: scroll; - max-width: 800px; + max-width: 1200px; hr { background: var(--sub-alt-color);