From 3d74798d820fddd4b02153005a7491d51aa1f4cb Mon Sep 17 00:00:00 2001 From: Max Bradbury Date: Mon, 20 Jul 2020 16:48:34 +0100 Subject: [PATCH] checkbox alignment --- style.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.less b/style.less index 8851189..768ce23 100644 --- a/style.less +++ b/style.less @@ -47,6 +47,9 @@ input { &[type="checkbox"] { width: auto; margin-right: 0.5em; + position: relative; + top: 0.25em; + left: 0.25em; } }