Fix dialog width to 600px or 95% max for mobile
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user