mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
add missing toolbar title class (#6487)
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<mat-toolbar [color]="color">
|
<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 select="adf-toolbar-title"></ng-content>
|
||||||
<ng-content></ng-content>
|
<ng-content></ng-content>
|
||||||
</mat-toolbar>
|
</mat-toolbar>
|
||||||
|
Reference in New Issue
Block a user