Fix long title for section in add card dialog (#20863)

This commit is contained in:
Paul Bottein 2024-05-24 15:10:17 +02:00 committed by GitHub
parent d52641b495
commit 34b9c7b9d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -201,7 +201,7 @@ export class HuiCreateDialogCard
@media (min-width: 1200px) {
ha-dialog {
--mdc-dialog-max-width: calc(100% - 32px);
--mdc-dialog-max-width: calc(100vw - 32px);
--mdc-dialog-min-width: 1000px;
}
}