We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf7e0ed + 42297cb commit 495caa5Copy full SHA for 495caa5
src/app/shared/object-list/object-list.component.html
@@ -16,7 +16,7 @@
16
(prev)="goPrev()"
17
(next)="goNext()">
18
@if (objects?.hasSucceeded) {
19
- <ul class="list-unstyled" [ngClass]="{'ml-4': selectable}" data-test="objects">
+ <ul class="list-unstyled" [ngClass]="{'ms-4': selectable}" data-test="objects">
20
@for (object of objects?.payload?.page; track object; let i = $index; let last = $last) {
21
<li class="mt-4 mb-4 d-flex" [class.border-bottom]="hasBorder && !last" [attr.data-test]="'list-object' | dsBrowserOnly">
22
@if (selectable) {
0 commit comments