card checkboxes werent clickable

This commit is contained in:
Michael Shamoon 2022-02-25 00:49:32 -08:00
parent 80d2f34ad0
commit a1a01870e6
2 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,7 @@
padding: 0.5rem;
border-top-left-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
pointer-events: none;
.form-check {
padding: 0;

View File

@ -19,6 +19,7 @@
padding: 0.5rem;
border-top-left-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
pointer-events: none;
.form-check {
padding: 0;