Translate todo panel title, update assist title/icon (#18442)

This commit is contained in:
Bram Kragten
2023-10-27 16:33:02 +02:00
committed by GitHub
parent 40983619d6
commit c25755bfcd
4 changed files with 34 additions and 12 deletions

View File

@@ -94,6 +94,8 @@ export class HaDialog extends DialogBase {
}
.mdc-dialog__title {
padding: 24px 24px 0 24px;
text-overflow: ellipsis;
overflow: hidden;
}
.mdc-dialog__actions {
padding: 12px 24px 12px 24px;