[mv3] Force ltr for troubleshooting info

This commit is contained in:
Raymond Hill 2025-11-21 10:03:24 -05:00
parent abfdcd6c80
commit eae618e7e8
No known key found for this signature in database
GPG key ID: F5630CAE62A14316
2 changed files with 2 additions and 2 deletions

View file

@ -167,7 +167,7 @@
</div>
<hr>
<details><summary data-i18n="supportS5H"></summary>
<pre style="user-select: all; -webkit-user-select: all;"></pre>
<pre style="user-select:all; -webkit-user-select:all; direction:ltr;"></pre>
</details>
</div>
</section>

View file

@ -54,7 +54,7 @@
<div>
<hr>
<details><summary data-i18n="supportS5H"></summary>
<pre style="user-select: all; -webkit-user-select: all;"></pre>
<pre style="user-select:all; -webkit-user-select:all; direction:ltr;"></pre>
</details>
</div>