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:
parent
ce81212bbe
commit
f2420a6848
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@
|
|||
display: grid;
|
||||
grid-template-columns: 1fr 100px;
|
||||
align-items: center;
|
||||
justify-items: left;
|
||||
gap: 8px;
|
||||
|
||||
input[type="checkbox"] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue