Skip to content

Commit

Permalink
Fix dialog header (#23507)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbede authored Dec 30, 2024
1 parent 7d1ca2a commit 351d318
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/ha-dialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ export class HaDialog extends DialogBase {
align-items: var(--vertical-align-dialog, center);
}
.mdc-dialog__title {
padding: 12px 12px 0;
padding: 24px 24px 0 24px;
}
.mdc-dialog--scrollable .mdc-dialog__title {
padding: 12px;
.mdc-dialog__title:has(span) {
padding: 12px 12px 0;
}
.mdc-dialog__actions {
padding: 12px 24px 12px 24px;
Expand Down

0 comments on commit 351d318

Please sign in to comment.