From 4d8250ab04773671728144e1fb10392757fbe519 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Tue, 12 Nov 2019 08:16:33 -0500 Subject: [PATCH] Ensure +/- symbols are same width in popup panel --- src/css/popup.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/css/popup.css b/src/css/popup.css index 6a1c5f7fa..414bd6fcf 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -329,6 +329,7 @@ body[dir="rtl"] #tooltip { } #firewallContainer > div > span[data-acount]::before, #firewallContainer > div > span[data-bcount]::after { + font-family: monospace; position: absolute; } #firewallContainer > div > span[data-acount]::before {