From 987c9a1fcb22692e6c487dcd22d10506a782e296 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 4 Mar 2020 20:47:25 +0100 Subject: [PATCH] set min-width of popup box to 230px --- styles/bootstrap/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/bootstrap/application.css b/styles/bootstrap/application.css index 432bf5ef5..8ae479df4 100644 --- a/styles/bootstrap/application.css +++ b/styles/bootstrap/application.css @@ -212,7 +212,7 @@ div.popupbox { padding: 25px 15px 15px 15px; display: none; position: absolute; - min-width: 250px; + min-width: 230px; } div.popupbox span.closepopupbox {