Skip to content

Commit 377ac3a

Browse files
committed
Add spacing before handle on comcol pages
1 parent e0109b9 commit 377ac3a

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)