mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Merge pull request #4552 from wwtamu/patch-1
Update legacy Bootstrap spacing class in object-list.component.html
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
(prev)="goPrev()"
|
||||
(next)="goNext()">
|
||||
@if (objects?.hasSucceeded) {
|
||||
<ul class="list-unstyled" [ngClass]="{'ml-4': selectable}" data-test="objects">
|
||||
<ul class="list-unstyled" [ngClass]="{'ms-4': selectable}" data-test="objects">
|
||||
@for (object of objects?.payload?.page; track object; let i = $index; let last = $last) {
|
||||
<li class="mt-4 mb-4 d-flex" [class.border-bottom]="hasBorder && !last" [attr.data-test]="'list-object' | dsBrowserOnly">
|
||||
@if (selectable) {
|
||||
|
Reference in New Issue
Block a user