Skip to content

Commit

Permalink
Fix overflow of backup agents (#23514)
Browse files Browse the repository at this point in the history
  • Loading branch information
bramkragten authored Dec 30, 2024
1 parent f5ec2dc commit 455cd04
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,6 @@ class HaBackupConfigAgents extends LitElement {
--md-list-item-leading-space: 0;
--md-list-item-trailing-space: 0;
}
ha-md-list-item {
--md-item-overflow: visible;
}
ha-md-list-item img {
width: 48px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,6 @@ class HaBackupConfigData extends LitElement {
ha-md-select {
min-width: 210px;
}
ha-md-list-item {
--md-item-overflow: visible;
}
@media all and (max-width: 450px) {
ha-md-select {
min-width: 160px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -323,9 +323,6 @@ class HaBackupConfigSchedule extends LitElement {
ha-md-select {
min-width: 210px;
}
ha-md-list-item {
--md-item-overflow: visible;
}
@media all and (max-width: 450px) {
ha-md-select {
min-width: 160px;
Expand Down

0 comments on commit 455cd04

Please sign in to comment.