Fix padding for "search-input-outlined" in filters (#27621)

This commit is contained in:
ildar170975
2025-10-24 12:41:50 +03:00
committed by GitHub
parent 221ca56121
commit a6ef3a26da
5 changed files with 5 additions and 5 deletions

View File

@@ -217,7 +217,7 @@ export class HaFilterIntegrations extends LitElement {
}
search-input-outlined {
display: block;
padding: 0 8px;
padding: var(--ha-space-1) var(--ha-space-2) 0;
}
`,
];