mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 15:26:36 +00:00
Update ha-formfield.ts
This commit is contained in:
parent
f6569a2625
commit
b609890f28
@ -14,7 +14,7 @@ export class HaFormfield extends MwcFormfield {
|
|||||||
return [
|
return [
|
||||||
style,
|
style,
|
||||||
css`
|
css`
|
||||||
::slotted(ha-switch) {
|
:host(:not([alignEnd])) ::slotted(ha-switch) {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
:host([dir="rtl"]:not([alignEnd])) ::slotted(ha-switch) {
|
:host([dir="rtl"]:not([alignEnd])) ::slotted(ha-switch) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user