From 4d52e932fb895b975b8a51daf8459b739bf18f74 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Wed, 6 Oct 2021 23:32:58 +0300 Subject: [PATCH] checkbox style change --- index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.css b/index.css index db8ccb89..2d8dee7e 100644 --- a/index.css +++ b/index.css @@ -1960,7 +1960,7 @@ input[type="checkbox"] { .checkbox + .checkbox-label:before { content: ""; display: inline-block; - vertical-align: text-top; + vertical-align: middle; width: 0.6em; height: 0.6em; padding: 0.2em;