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 committed by GitHub
parent 4f97756f4e
commit f6cb322819
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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