mirror of
https://github.com/home-assistant/frontend.git
synced 2025-10-26 20:19:47 +00:00
RTL fixes - cloud section, ha-formfield, some missing + (mwc-fab)
This commit is contained in:
@@ -17,9 +17,9 @@ export class HaFormfield extends MwcFormfield {
|
||||
::slotted(ha-switch) {
|
||||
margin-right: 10px;
|
||||
}
|
||||
[dir="rtl"] ::slotted(ha-switch),
|
||||
::slotted(ha-switch)[dir="rtl"] {
|
||||
:host([dir="rtl"]:not([alignEnd])) ::slotted(ha-switch) {
|
||||
margin-left: 10px;
|
||||
margin-right: auto;
|
||||
}
|
||||
`,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user