Update popup align markdown LTR (#14372)

This commit is contained in:
Yosi Levy 2022-11-21 22:22:55 +02:00 committed by GitHub
parent 3e2fb09251
commit 2bb9961fc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -260,6 +260,9 @@ class MoreInfoUpdate extends LitElement {
margin-bottom: -8px;
margin-top: 4px;
}
ha-markdown {
direction: ltr;
}
`;
}
}