We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0109b9 commit 377ac3aCopy full SHA for 377ac3a
1 file changed
src/app/shared/comcol/comcol-page-handle/comcol-page-handle.component.html
@@ -1,4 +1,4 @@
1
<div *ngIf="content" class="content-with-optional-title mb-2">
2
<h2 class="d-inline-block h6" *ngIf="title">{{ title | translate }}</h2>
3
- <div class="d-inline-block "><a href="{{getHandle()}}">{{getHandle()}}</a></div>
+ <div class="d-inline-block px-2"><a href="{{getHandle()}}">{{getHandle()}}</a></div>
4
</div>
0 commit comments