From ab303d3c17eddc00adf4d6d875ab61253c6325a5 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Tue, 23 Apr 2019 09:51:44 -0400 Subject: [PATCH] Fix the logger's rendering of hostnames starting with digits Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/541 --- src/css/logger-ui.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/css/logger-ui.css b/src/css/logger-ui.css index a28b3b1..4c7e166 100644 --- a/src/css/logger-ui.css +++ b/src/css/logger-ui.css @@ -181,6 +181,7 @@ body.compactView #content tr:not(.vExpanded) td { #content table tr td:nth-of-type(2):not([colspan]) { direction: rtl; text-align: right; + unicode-bidi: plaintext; } #content table tr[data-tabid="-1"] td:nth-of-type(2):not([colspan]) { position: relative;