From f2420a6848cb2884390004edd54b51dc9a022935 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 14 Mar 2026 16:01:01 -0600 Subject: [PATCH] Make the labels not take up so much space so that click events are a bit more predictable on when they happen --- styles/Apps/GenericItemSheet.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/Apps/GenericItemSheet.css b/styles/Apps/GenericItemSheet.css index b03cb30..7cd68ee 100644 --- a/styles/Apps/GenericItemSheet.css +++ b/styles/Apps/GenericItemSheet.css @@ -24,6 +24,7 @@ display: grid; grid-template-columns: 1fr 100px; align-items: center; + justify-items: left; gap: 8px; input[type="checkbox"] {