mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-13 04:16:34 +00:00
Fix overflow of backup agents (#23514)
This commit is contained in:
parent
884c22f92b
commit
d0123b2cce
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user