From 3d8e7b087af83446c8214e605e808c31193f38e7 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 16 Dec 2016 10:06:29 +0100 Subject: [PATCH] css: fix label padding in firefox --- public/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/index.css b/public/index.css index 57172df..f3f4777 100644 --- a/public/index.css +++ b/public/index.css @@ -27,3 +27,7 @@ pre { h4 { margin-top: 20px; } + +.label { + padding-top: .5em; +} -- 2.30.2