diff --git a/apps/maarch_entreprise/Views/templates-administration.component.html b/apps/maarch_entreprise/Views/templates-administration.component.html index 55e99ceadfe5d83375392e8c574fd6b3331eda79..8ea89e2faa86158f667c0eb456a2167a91430ee6 100755 --- a/apps/maarch_entreprise/Views/templates-administration.component.html +++ b/apps/maarch_entreprise/Views/templates-administration.component.html @@ -48,15 +48,15 @@ </ng-container> <ng-container matColumnDef="template_comment"> <mat-header-cell *matHeaderCellDef mat-sort-header [class.hide-for-mobile]="mobileQuery.matches" style="flex:2;">{{lang.description}}</mat-header-cell> - <mat-cell *matCellDef="let element" style="flex:2;"> {{element.template_comment}} </mat-cell> + <mat-cell *matCellDef="let element" [class.hide-for-mobile]="mobileQuery.matches" style="flex:2;"> {{element.template_comment}} </mat-cell> </ng-container> <ng-container matColumnDef="template_target"> <mat-header-cell *matHeaderCellDef mat-sort-header [class.hide-for-mobile]="mobileQuery.matches" style="flex:1;">{{lang.templateTarget}}</mat-header-cell> - <mat-cell *matCellDef="let element" style="flex:1;"> {{lang[element.template_target]}} </mat-cell> + <mat-cell *matCellDef="let element" [class.hide-for-mobile]="mobileQuery.matches" style="flex:1;"> {{lang[element.template_target]}} </mat-cell> </ng-container> <ng-container matColumnDef="template_type"> <mat-header-cell *matHeaderCellDef mat-sort-header [class.hide-for-mobile]="mobileQuery.matches" style="flex:1;">{{lang.templateType}}</mat-header-cell> - <mat-cell *matCellDef="let element" style="flex:1;"> {{element.template_type}} </mat-cell> + <mat-cell *matCellDef="let element" [class.hide-for-mobile]="mobileQuery.matches" style="flex:1;"> {{element.template_type}} </mat-cell> </ng-container> <ng-container matColumnDef="actions"> <mat-header-cell *matHeaderCellDef></mat-header-cell>