1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-02 08:33:31 +01:00

Data tables: "voice assistants" icons alignment fix (#29645)

fix alignment for icons
This commit is contained in:
ildar170975
2026-02-15 17:13:28 +03:00
committed by GitHub
parent 7c6e88ca3f
commit 681cbfdbd1

View File

@@ -68,7 +68,7 @@ export const getAssistantsTableColumnIcon = (
.unsupported=${unsupported ?? false}
></voice-assistants-expose-assistant-icon>`
: preserveSpacing
? html`<div style="width: 40px;"></div>`
? html`<div style="width: 24px;"></div>`
: nothing;
};