1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-05-19 03:33:17 +12: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:51:44 -04:00
parent 1f1429c47a
commit ab303d3c17
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

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