1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-25 05:06:18 +00:00

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

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