bs5: document list table checkboxes

This commit is contained in:
Michael Shamoon
2022-02-19 23:05:41 -08:00
parent 52b9ea44f8
commit 8558559c00
2 changed files with 14 additions and 4 deletions

View File

@@ -44,3 +44,13 @@ $paperless-card-breakpoints: (
top: 3.5rem; // height of navbar
}
}
.table .form-check {
padding: 0.2rem;
min-height: 0;
margin-bottom: 0;
.form-check-input {
margin-left: 0;
}
}