mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
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
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue