From 1c0270dd6026cc922f72c3e2a78611c6cb8fd622 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Sun, 2 May 2021 22:20:50 +0100 Subject: [PATCH] [WAS][MAP] made the popup bigger --- assets/css/general.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/general.css b/assets/css/general.css index bea7aae1..2dd787b4 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -240,6 +240,6 @@ color: #ffffff; @media (min-width: 576px) { .was-map-dialog .modal-dialog { - max-width: 70% !important; + max-width: 73% !important; } } \ No newline at end of file