mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 07:15:07 +01:00
Fix: select checkbox should remain visible (#8185)
This commit is contained in:
parent
ef329fc687
commit
c57cd7e298
1 changed files with 1 additions and 1 deletions
|
|
@ -501,7 +501,7 @@ ul.pagination {
|
|||
border-color:var(--bs-primary);
|
||||
|
||||
.document-card-check {
|
||||
display: block;
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
.doc-img-container {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue