mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
[mv3] Force ltr for troubleshooting info
This commit is contained in:
parent
abfdcd6c80
commit
eae618e7e8
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue