mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix css class name typo (#4895)
* fix css class name typo * fix more typos
This commit is contained in:
committed by
Eugenio Romano
parent
a13196a836
commit
c9b7722bd0
@@ -1,4 +1,4 @@
|
||||
<h3 class="adf-task-tiitle">{{ taskDetails.name }}</h3>
|
||||
<h3 class="adf-task-title">{{ taskDetails.name }}</h3>
|
||||
|
||||
<div class="adf-task-header-container">
|
||||
<mat-card *ngIf="isTaskValid()" class="adf-card-container">
|
||||
|
Reference in New Issue
Block a user