Skip to content

Commit b9d3855

Browse files
authored
Merge pull request DSpace#1703 from tdonohue/comcol_handle_display
Add spacing before handle on comcol pages
2 parents 9bf0320 + 377ac3a commit b9d3855

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<div *ngIf="content" class="content-with-optional-title mb-2">
22
<h2 class="d-inline-block h6" *ngIf="title">{{ title | translate }}</h2>
3-
<div class="d-inline-block "><a href="{{getHandle()}}">{{getHandle()}}</a></div>
3+
<div class="d-inline-block px-2"><a href="{{getHandle()}}">{{getHandle()}}</a></div>
44
</div>

0 commit comments

Comments
 (0)