From 88853070a1a495191e690a88a0bec6f326572c04 Mon Sep 17 00:00:00 2001 From: gorhill Date: Fri, 1 Dec 2017 06:45:05 -0500 Subject: [PATCH] fix https://github.com/gorhill/uBlock/commit/1c0fa98f0c63e037e7f619271c973bad167bbd00#commitcomment-25969978 --- src/css/logger-ui.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/logger-ui.css b/src/css/logger-ui.css index ec163e7ac..a7c525258 100644 --- a/src/css/logger-ui.css +++ b/src/css/logger-ui.css @@ -140,7 +140,7 @@ textarea { width: 6em; } #netInspector table > colgroup > col:nth-of-type(6) { - width: calc(100% - 16em - 20%); + width: calc(100% - 15em - 20%); } #netInspector.f table tr.f { display: none;