From 564a89bcb96f1595730723f3e622f1e09a01d64e Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Fri, 9 Dec 2022 14:19:00 +0100 Subject: [PATCH] Add small margin to the right of checkboxes Makes things look less cramped. --- app/styles/input.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/input.css b/app/styles/input.css index 81f4700f..d3e1216d 100644 --- a/app/styles/input.css +++ b/app/styles/input.css @@ -95,6 +95,7 @@ input[type=checkbox] { border-radius: 3px; width: 13px; height: 13px; + margin-right: 6px; vertical-align: bottom; transition: 0.2s background-color linear; }