From 2631e3a6853bf1105279637168923edbf6cc04aa Mon Sep 17 00:00:00 2001 From: tophf Date: Sun, 27 Aug 2017 17:16:02 +0300 Subject: [PATCH] try to fit all options in 640px max-height set by Chrome --- options/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/index.css b/options/index.css index 1b9508f7..9ccd6a7d 100644 --- a/options/index.css +++ b/options/index.css @@ -41,7 +41,7 @@ body { align-items: center; margin: 1em 0; border-bottom: 1px dotted #ccc; - padding: 0 16px 1em; + padding: 0 16px .75em; position: relative; }