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:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user