mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 17:26:42 +00:00
Force LTR on conf validation message so errors are readable also in RTL language (#2570)
This commit is contained in:
parent
c00930f45e
commit
6fc20450b4
@ -46,6 +46,7 @@ class HaConfigSectionCore extends LocalizeMixin(PolymerElement) {
|
|||||||
|
|
||||||
.validate-log {
|
.validate-log {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
direction: ltr;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<ha-config-section is-wide="[[isWide]]">
|
<ha-config-section is-wide="[[isWide]]">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user