Skip to content

Commit f1e8c26

Browse files
committed
[DSC-1603] Fix margin for workflow actions
1 parent 7f2ca78 commit f1e8c26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/shared/object-list/my-dspace-result-list-element/workflow-item-search-result/workflow-item-search-result-list-element.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[context]="badgeContext"
66
[showThumbnails]="showThumbnails"></ds-listable-object-component-loader>
77
<div class="row">
8-
<div [ngClass]="showThumbnails ? 'offset-3 offset-xl-2 pl-3' : ''">
8+
<div [ngClass]="showThumbnails ? 'offset-3 offset-xl-2 pl-3' : 'ml-3'">
99
<ds-workflowitem-actions [object]="dso" (processCompleted)="reloadedObject.emit($event.reloadedObject)"></ds-workflowitem-actions>
1010
</div>
1111
</div>

0 commit comments

Comments
 (0)