Fix: select checkbox should remain visible (#8185)

This commit is contained in:
shamoon 2024-11-04 04:32:57 -08:00 committed by GitHub
parent ef329fc687
commit c57cd7e298
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -501,7 +501,7 @@ ul.pagination {
border-color:var(--bs-primary); border-color:var(--bs-primary);
.document-card-check { .document-card-check {
display: block; display: block !important;
} }
.doc-img-container { .doc-img-container {