Skip to content

Commit 5f44e68

Browse files
committed
[DSC-1677] Fix margin of bitstream details text
1 parent a249194 commit 5f44e68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/submission/sections/upload/file/view/section-upload-file-view.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div>
1+
<div class="pl-3">
22
<ng-container *ngIf="metadata">
33
<ng-container *ngFor="let entry of getAllMetadataValue(fileTitleKey)">
44
<ng-container *ngIf="entry.value !== ''">

0 commit comments

Comments
 (0)