set min-width of popup box to 230px

This commit is contained in:
Uwe Steinmann 2020-03-04 20:47:25 +01:00
parent 8546b48230
commit 987c9a1fcb

View File

@ -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 {