Fix the logger's rendering of hostnames starting with digits

Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/541
pull/2/head
Raymond Hill 5 years ago
parent 1f1429c47a
commit ab303d3c17
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

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

Loading…
Cancel
Save