From 83175a6f937029c947b7d56b45b2df2bc2fc931a Mon Sep 17 00:00:00 2001 From: Jonathan Kingston Date: Mon, 9 Jan 2017 15:06:12 +0000 Subject: [PATCH] Fixes #39 top padding issue of containers onboarding --- webextension/css/popup.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webextension/css/popup.css b/webextension/css/popup.css index d4d0088..ddb721c 100644 --- a/webextension/css/popup.css +++ b/webextension/css/popup.css @@ -8,6 +8,10 @@ table { margin-bottom: 0; } +.onboarding { + margin-top: 16px; +} + .onboarding * { text-align: center; }