mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Avoid selector to take to much space in action calls (#26014)
This commit is contained in:
parent
d0737082a5
commit
93837f01f7
@ -89,6 +89,7 @@ export class HaSettingsRow extends LitElement {
|
|||||||
display: var(--settings-row-content-display, flex);
|
display: var(--settings-row-content-display, flex);
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
min-width: 0;
|
||||||
padding: 16px 0;
|
padding: 16px 0;
|
||||||
}
|
}
|
||||||
.content ::slotted(*) {
|
.content ::slotted(*) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user