1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-18 08:52:26 +02:00

Left-align text in "type" column in the logger

Feedback in related issue:
- https://github.com/gorhill/uBlock/issues/3654#issuecomment-449649399
This commit is contained in:
Raymond Hill 2018-12-23 14:12:14 -05:00
parent d528f3811a
commit 6ac0c66813
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -355,9 +355,6 @@ body #netInspector td {
top: -50%;
white-space: pre;
}
#netInspector tr td:nth-of-type(6) {
text-align: right;
}
#netInspector tr.cat_net td:nth-of-type(7) > span > b {
font-weight: bold;
}