mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-03-01 04:16:32 +00:00
Add cosmetic change
This commit is contained in:
parent
caa444121e
commit
f106ca51da
@ -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"
|
||||
|
@ -19,3 +19,14 @@
|
||||
.row {
|
||||
display: flex;
|
||||
}
|
||||
table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
// mat-header-cell, mat-cell {
|
||||
// justify-content: center;
|
||||
// }
|
||||
|
||||
.action{
|
||||
justify-content: center;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user