add missing toolbar title class (#6487)

This commit is contained in:
Denys Vuika
2021-01-04 11:23:27 +00:00
committed by GitHub
parent 83df643133
commit f791a7aa98

View File

@@ -1,5 +1,5 @@
<mat-toolbar [color]="color">
<span *ngIf="title">{{ title | translate }}</span>
<span class="adf-toolbar-title" *ngIf="title">{{ title | translate }}</span>
<ng-content select="adf-toolbar-title"></ng-content>
<ng-content></ng-content>
</mat-toolbar>