Avoid selector to take to much space in action calls (#26014)

This commit is contained in:
Paul Bottein 2025-07-01 14:32:54 +02:00
parent d0737082a5
commit 93837f01f7
No known key found for this signature in database

View File

@ -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(*) {