set line-height, max-width, white-space of popupbox

This commit is contained in:
Uwe Steinmann 2022-05-19 08:05:24 +02:00
parent c9d6d840d9
commit f306c186cf

View File

@ -368,11 +368,14 @@ div.popupbox {
color: black;
text-align: left;
text-shadow: none;
line-height: 1.4em;
border: 1px solid #ccc;
padding: 25px 15px 15px 15px;
display: none;
position: absolute;
min-width: 230px;
max-width: 280px;
white-space: break-spaces;
z-index: 10;
}