Add more card columns on very large screens

This commit is contained in:
Michael Shamoon
2020-12-16 16:18:41 -08:00
parent 8709cbcbca
commit 05951b6d72
2 changed files with 22 additions and 1 deletions

View File

@@ -116,6 +116,6 @@
</table>
<div class="m-n2 row row row-cols-2 row-cols-md-3 row-cols-lg-4 row-cols-xl-5" *ngIf="displayMode == 'smallCards'">
<div class="m-n2 row row-cols-paperless-cards" *ngIf="displayMode == 'smallCards'">
<app-document-card-small [document]="d" *ngFor="let d of list.documents" (clickTag)="clickTag($event)" (clickCorrespondent)="clickCorrespondent($event)"></app-document-card-small>
</div>