Skip to content

Commit 495caa5

Browse files
authored
Merge pull request #4553 from DSpace/backport-4552-to-dspace-9_x
[Port dspace-9_x] Update legacy Bootstrap spacing class in object-list.component.html
2 parents bf7e0ed + 42297cb commit 495caa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/shared/object-list/object-list.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
(prev)="goPrev()"
1717
(next)="goNext()">
1818
@if (objects?.hasSucceeded) {
19-
<ul class="list-unstyled" [ngClass]="{'ml-4': selectable}" data-test="objects">
19+
<ul class="list-unstyled" [ngClass]="{'ms-4': selectable}" data-test="objects">
2020
@for (object of objects?.payload?.page; track object; let i = $index; let last = $last) {
2121
<li class="mt-4 mb-4 d-flex" [class.border-bottom]="hasBorder && !last" [attr.data-test]="'list-object' | dsBrowserOnly">
2222
@if (selectable) {

0 commit comments

Comments
 (0)