mirror of https://github.com/gorhill/uBlock.git
Fix the logger's rendering of hostnames starting with digits
Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/541
This commit is contained in:
parent
16a76aa524
commit
3c5102811a
|
@ -340,6 +340,8 @@ body[dir="rtl"] #vwRenderer .logEntry > div > span:first-child {
|
|||
}
|
||||
#netInspector:not(.vExpanded) #vwRenderer .logEntry > div > span:nth-of-type(4) {
|
||||
direction: rtl;
|
||||
text-align: right;
|
||||
unicode-bidi: plaintext;
|
||||
}
|
||||
#vwRenderer #vwContent .logEntry > div > span:nth-of-type(4) {
|
||||
text-overflow: ellipsis;
|
||||
|
|
Loading…
Reference in New Issue