Prevent unicode RTL characters in filenames from messing up file line (#117)
This commit is contained in:
parent
1e7b759b4e
commit
0b479ae032
@ -95,6 +95,10 @@ hr ~ div.center:not(.ad-cnt) {
|
|||||||
.page-num {
|
.page-num {
|
||||||
margin-right: -8px;
|
margin-right: -8px;
|
||||||
}
|
}
|
||||||
|
.fileText a {
|
||||||
|
unicode-bidi: -moz-isolate;
|
||||||
|
unicode-bidi: -webkit-isolate;
|
||||||
|
}
|
||||||
|
|
||||||
/* fixed, z-index */
|
/* fixed, z-index */
|
||||||
#overlay,
|
#overlay,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user