Make the labels not take up so much space so that click events are a bit more predictable on when they happen

This commit is contained in:
Oliver 2026-03-14 16:01:01 -06:00
parent ce81212bbe
commit f2420a6848

View file

@ -24,6 +24,7 @@
display: grid; display: grid;
grid-template-columns: 1fr 100px; grid-template-columns: 1fr 100px;
align-items: center; align-items: center;
justify-items: left;
gap: 8px; gap: 8px;
input[type="checkbox"] { input[type="checkbox"] {