css: fix label padding in firefox
authorMichael Wallner <mike@php.net>
Fri, 16 Dec 2016 09:06:29 +0000 (10:06 +0100)
committerMichael Wallner <mike@php.net>
Fri, 20 Dec 2019 12:21:58 +0000 (13:21 +0100)
public/index.css

index 57172dfb1ab75a69a921be95f18d6fe4dfbfa350..f3f477752fd9bea9b149a4f4a77a6777963358aa 100644 (file)
@@ -27,3 +27,7 @@ pre {
 h4 {
        margin-top: 20px;
 }
+
+.label {
+       padding-top: .5em;
+}