1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 12:49:19 +00:00

Fix area picker text alignment in voice wizard (#26330)

This commit is contained in:
Bram Kragten
2025-07-31 11:52:33 +02:00
committed by GitHub
parent 4666197f28
commit 4250447d14

View File

@@ -70,6 +70,7 @@ export class HaVoiceAssistantSetupStepArea extends LitElement {
display: block;
width: 100%;
margin-bottom: 24px;
text-align: initial;
}
`,
];