1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 15:32:28 +02: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:
Raymond Hill 2019-04-23 09:28:00 -04:00
parent 16a76aa524
commit 3c5102811a
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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;