mirror of https://github.com/gorhill/uBlock.git
fix rendering of ASCII string for RTL languages
This commit is contained in:
parent
e8133e4c99
commit
1c8d59f0f5
|
@ -595,6 +595,7 @@ body.colorBlind #netFilteringDialog .dialog > div.containers > div.dynamic tr.e
|
||||||
background: #eee;
|
background: #eee;
|
||||||
font-size: 85%;
|
font-size: 85%;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
|
unicode-bidi: plaintext;
|
||||||
}
|
}
|
||||||
#filterFinderDialog .dialog ul {
|
#filterFinderDialog .dialog ul {
|
||||||
font-size: larger;
|
font-size: larger;
|
||||||
|
|
Loading…
Reference in New Issue