Fix dialog width to 600px or 95% max for mobile

This commit is contained in:
Johannes Zellner
2025-07-15 14:00:19 +02:00
parent 56e4af58d3
commit 717607807a
4 changed files with 59 additions and 35 deletions

View File

@@ -124,6 +124,10 @@ a.pankow-breadcrumb-item {
border-bottom-color: transparent;
}
.pankow-dialog {
width: min(600px, 95%);
}
.table-actions {
display: flex;
justify-content: end;