Add cosmetic change

This commit is contained in:
Rajnikant Lodhi 2022-07-18 12:29:52 +05:30
parent caa444121e
commit f106ca51da
2 changed files with 13 additions and 2 deletions

View File

@ -30,8 +30,8 @@
</ng-container>
<ng-container matColumnDef="actions">
<mat-header-cell *matHeaderCellDef> Actions </mat-header-cell>
<mat-cell *matCellDef="let row" style="text-align: right">
<mat-header-cell *matHeaderCellDef class="action"> Actions </mat-header-cell>
<mat-cell class="action" *matCellDef="let row" style="text-align: right">
<button
mat-icon-button
matTooltip="Open project"

View File

@ -19,3 +19,14 @@
.row {
display: flex;
}
table {
width: 100%;
}
// mat-header-cell, mat-cell {
// justify-content: center;
// }
.action{
justify-content: center;
}