We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5160bf9 commit 4575977Copy full SHA for 4575977
1 file changed
src/app/shared/metadata-link-view/metadata-link-view.component.html
@@ -1,4 +1,4 @@
1
-<div class="d-inline-block" *ngVar="(metadataView$ | async) as metadataView">
+<div *ngVar="(metadataView$ | async) as metadataView">
2
@if (metadataView) {
3
<ng-container [ngTemplateOutlet]="metadataView?.authority ? linkToAuthority : (metadataView?.entityType ? textWithIcon : textWithoutIcon)"
4
[ngTemplateOutletContext]="{metadataView: metadataView}"></ng-container>
0 commit comments