fix: frontend: dialog could be too tall
Massimo Melina committed
Jan 22, 2023 at 11:36 UTC
816dddc97ef42f71ee7d03797025847e05eff0f8
1 file changed
+1
-1
frontend/src/dialog.css
+1
-1
@@ -54,7 +54,7 @@
54
}
55
.dialog-content {
56
overflow: auto;
57
- max-height: calc(100vh - 4em);
57
+ max-height: calc(100vh - 4.5em);
58
}
59
.dialog-content p {
60
white-space: pre-wrap;