From eb1034d1cce8d5863bc291b1293398a89e254073 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Fri, 19 Aug 2022 15:37:12 +0200 Subject: [PATCH] allow wide modal boxes to be 642px height which is enough for an iframe with 600px height --- views/bootstrap/styles/application.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/views/bootstrap/styles/application.css b/views/bootstrap/styles/application.css index 89714c175..10d2c690c 100644 --- a/views/bootstrap/styles/application.css +++ b/views/bootstrap/styles/application.css @@ -434,6 +434,9 @@ ul.qq-upload-list li span { width: 900px; margin-left: -450px; } + .modal-wide .modal-body { + max-height: 642px; + } } @media (max-width: 480px) {