Fix changed dialog class selector (#6325)

This commit is contained in:
Bram Kragten 2020-07-05 22:35:03 +02:00 committed by GitHub
parent a674ce36e4
commit 3e84486dd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ export class HaDialog extends MwcDialog {
display: block; display: block;
height: 20px; height: 20px;
} }
.mdc-dialog__content { .mdc-dialog .mdc-dialog__content {
padding: var(--dialog-content-padding, 20px 24px); padding: var(--dialog-content-padding, 20px 24px);
} }
.header_button { .header_button {