1
0

Merge pull request #1703 from tdonohue/comcol_handle_display

Add spacing before handle on comcol pages
This commit is contained in:
Tim Donohue
2022-06-24 09:51:21 -05:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
<div *ngIf="content" class="content-with-optional-title mb-2"> <div *ngIf="content" class="content-with-optional-title mb-2">
<h2 class="d-inline-block h6" *ngIf="title">{{ title | translate }}</h2> <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> </div>