Browse Source

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 6 years ago
parent
commit
ab303d3c17
No known key found for this signature in database GPG Key ID: 25E1490B761470C2
  1. 1
      src/css/logger-ui.css

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

Loading…
Cancel
Save