From 6ac0c668131717510825af44633b7ae3b9eb9222 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 23 Dec 2018 14:12:14 -0500 Subject: [PATCH] Left-align text in "type" column in the logger Feedback in related issue: - https://github.com/gorhill/uBlock/issues/3654#issuecomment-449649399 --- src/css/logger-ui.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/css/logger-ui.css b/src/css/logger-ui.css index 978948fa1..296ca4f19 100644 --- a/src/css/logger-ui.css +++ b/src/css/logger-ui.css @@ -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; }