Skip to content
Snippets Groups Projects
Commit e56def92 authored by L. Henze's avatar L. Henze
Browse files

h3 is not visible, so width not needed

parent d87f1777
No related branches found
No related tags found
No related merge requests found
<ng-container *ngVar="(objects$ | async) as objects">
<h3 class="sr-only w-100">{{title | translate}}</h3>
<h3 class="sr-only">{{title | translate}}</h3>
<ng-container *ngComponentOutlet="getStartsWithComponent(); injector: objectInjector;"></ng-container>
<div *ngIf="objects?.hasSucceeded && !objects?.isLoading && objects?.payload?.page.length > 0" @fadeIn>
<div *ngIf="!enableArrows">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment