Skip to content

Commit

Permalink
Merge pull request #1703 from tdonohue/comcol_handle_display
Browse files Browse the repository at this point in the history
Add spacing before handle on comcol pages
  • Loading branch information
tdonohue authored Jun 24, 2022
2 parents 9bf0320 + 377ac3a commit b9d3855
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div *ngIf="content" class="content-with-optional-title mb-2">
<h2 class="d-inline-block h6" *ngIf="title">{{ title | translate }}</h2>
<div class="d-inline-block "><a href="{{getHandle()}}">{{getHandle()}}</a></div>
<div class="d-inline-block px-2"><a href="{{getHandle()}}">{{getHandle()}}</a></div>
</div>

0 comments on commit b9d3855

Please sign in to comment.