mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
Update object-list.component.html refactoring bootstrap spacing class
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
(prev)="goPrev()"
|
(prev)="goPrev()"
|
||||||
(next)="goNext()">
|
(next)="goNext()">
|
||||||
@if (objects?.hasSucceeded) {
|
@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) {
|
@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">
|
<li class="mt-4 mb-4 d-flex" [class.border-bottom]="hasBorder && !last" [attr.data-test]="'list-object' | dsBrowserOnly">
|
||||||
@if (selectable) {
|
@if (selectable) {
|
||||||
|
Reference in New Issue
Block a user