fixed licence modal size

This commit is contained in:
marcos 2021-07-19 11:42:41 +02:00
parent b7729447f6
commit 4afa72223e
1 changed files with 6 additions and 0 deletions

View File

@ -8300,3 +8300,9 @@ div.stat-win-spinner img {
.line_height_12pt { .line_height_12pt {
line-height: 12pt; line-height: 12pt;
} }
.line_height_0pt {
line-height: 10pt !important;
}
#license_error_msg_dialog {
min-height: 350px !important;
}