From 32f836df363320c36e9ca9590e322b95a1559e89 Mon Sep 17 00:00:00 2001 From: gorhill Date: Sun, 29 Nov 2015 19:19:12 -0500 Subject: [PATCH] this helps #943 (on linux at least) --- src/css/popup.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/css/popup.css b/src/css/popup.css index cef59344f..a0a5727c8 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -318,11 +318,13 @@ body.dirty #refresh:hover { #firewallContainer > div > span:nth-of-type(4) { border-left: 1px solid white; color: #444; + font-family: monospace; font-size: 11.5px; text-align: center; } body.portrait #firewallContainer > div > span:nth-of-type(3), body.portrait #firewallContainer > div > span:nth-of-type(4) { + font-family: monospace; font-size: 9px; } #firewallContainer > div > span:nth-of-type(4) {