mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 17:26:42 +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);
|
||||
justify-content: flex-end;
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
padding: 16px 0;
|
||||
}
|
||||
.content ::slotted(*) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user