added labels to batch-select checkboxes

This commit is contained in:
Richard Schreiber
2021-02-19 11:00:38 +01:00
parent c9f89dc920
commit 78f2581bb8
2 changed files with 9 additions and 2 deletions

View File

@@ -613,3 +613,10 @@ table td > .checkbox input[type="checkbox"] {
border-bottom: 1px solid $input-border;
padding-bottom: 5px;
}
.batch-select-label {
display: block;
width: 100%;
height: 1.5em;
cursor: pointer;
}