Updated apps
This commit is contained in:
@@ -177,7 +177,7 @@ export class MaintenanceGroupDialog extends LitElement {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 12px;
|
||||
min-width: 360px;
|
||||
min-width: min(360px, calc(100vw - 24px));
|
||||
max-width: 520px;
|
||||
max-height: 60vh;
|
||||
overflow-y: auto;
|
||||
|
||||
Reference in New Issue
Block a user