Skip to content

Commit 455cd04

Browse files
authored
Fix overflow of backup agents (#23514)
1 parent f5ec2dc commit 455cd04

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

src/panels/config/backup/components/config/ha-backup-config-agents.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,6 @@ class HaBackupConfigAgents extends LitElement {
144144
--md-list-item-leading-space: 0;
145145
--md-list-item-trailing-space: 0;
146146
}
147-
ha-md-list-item {
148-
--md-item-overflow: visible;
149-
}
150147
ha-md-list-item img {
151148
width: 48px;
152149
}

src/panels/config/backup/components/config/ha-backup-config-data.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -332,9 +332,6 @@ class HaBackupConfigData extends LitElement {
332332
ha-md-select {
333333
min-width: 210px;
334334
}
335-
ha-md-list-item {
336-
--md-item-overflow: visible;
337-
}
338335
@media all and (max-width: 450px) {
339336
ha-md-select {
340337
min-width: 160px;

src/panels/config/backup/components/config/ha-backup-config-schedule.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -323,9 +323,6 @@ class HaBackupConfigSchedule extends LitElement {
323323
ha-md-select {
324324
min-width: 210px;
325325
}
326-
ha-md-list-item {
327-
--md-item-overflow: visible;
328-
}
329326
@media all and (max-width: 450px) {
330327
ha-md-select {
331328
min-width: 160px;

0 commit comments

Comments
 (0)