From 4e21fc0c06e293bb7330871f671440a8e72caf37 Mon Sep 17 00:00:00 2001 From: zadam Date: Fri, 19 Jul 2019 21:22:44 +0200 Subject: [PATCH] fix layout issue in chrome --- popup/popup.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popup/popup.css b/popup/popup.css index cf958c3ca..5fdd46a1b 100644 --- a/popup/popup.css +++ b/popup/popup.css @@ -1,4 +1,4 @@ -html, body { +body { width: 300px; font-size: 12px; font-family: sans-serif;