From 56be0b6025bf1426df84803961a82ffb30679d2a Mon Sep 17 00:00:00 2001 From: Deathamns Date: Tue, 28 Oct 2014 12:18:38 +0100 Subject: [PATCH] Remove unwanted bottom padding from Chrome's popup --- src/css/popup.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/popup.css b/src/css/popup.css index 6e106f814..f85cea89d 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -6,7 +6,7 @@ body { background-color: white; min-width: 180px; overflow: hidden; - display: inline-block; + float: left; } h1,h2,h3,h4 { margin: 0;