Fix overflow of backup agents (#23514)

This commit is contained in:
Bram Kragten 2024-12-30 17:43:05 +01:00
parent 884c22f92b
commit d0123b2cce
3 changed files with 0 additions and 9 deletions

View File

@ -144,9 +144,6 @@ class HaBackupConfigAgents extends LitElement {
--md-list-item-leading-space: 0; --md-list-item-leading-space: 0;
--md-list-item-trailing-space: 0; --md-list-item-trailing-space: 0;
} }
ha-md-list-item {
--md-item-overflow: visible;
}
ha-md-list-item img { ha-md-list-item img {
width: 48px; width: 48px;
} }

View File

@ -332,9 +332,6 @@ class HaBackupConfigData extends LitElement {
ha-md-select { ha-md-select {
min-width: 210px; min-width: 210px;
} }
ha-md-list-item {
--md-item-overflow: visible;
}
@media all and (max-width: 450px) { @media all and (max-width: 450px) {
ha-md-select { ha-md-select {
min-width: 160px; min-width: 160px;

View File

@ -323,9 +323,6 @@ class HaBackupConfigSchedule extends LitElement {
ha-md-select { ha-md-select {
min-width: 210px; min-width: 210px;
} }
ha-md-list-item {
--md-item-overflow: visible;
}
@media all and (max-width: 450px) { @media all and (max-width: 450px) {
ha-md-select { ha-md-select {
min-width: 160px; min-width: 160px;