From 41aa459fee92270c508903f2c2fe0af759d90c83 Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Fri, 13 Nov 2020 19:33:32 +0100 Subject: [PATCH] set width for body to avoid width change on alias result page --- src/popup/App.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/popup/App.scss b/src/popup/App.scss index 4eb4fa0..a4362a0 100644 --- a/src/popup/App.scss +++ b/src/popup/App.scss @@ -5,6 +5,7 @@ body { box-sizing: content-box !important; + width: 470px; } .header {