mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-03-01 12:22:49 +00:00
Add cosmetic change
This commit is contained in:
parent
caa444121e
commit
f106ca51da
@ -30,8 +30,8 @@
|
|||||||
</ng-container>
|
</ng-container>
|
||||||
|
|
||||||
<ng-container matColumnDef="actions">
|
<ng-container matColumnDef="actions">
|
||||||
<mat-header-cell *matHeaderCellDef> Actions </mat-header-cell>
|
<mat-header-cell *matHeaderCellDef class="action"> Actions </mat-header-cell>
|
||||||
<mat-cell *matCellDef="let row" style="text-align: right">
|
<mat-cell class="action" *matCellDef="let row" style="text-align: right">
|
||||||
<button
|
<button
|
||||||
mat-icon-button
|
mat-icon-button
|
||||||
matTooltip="Open project"
|
matTooltip="Open project"
|
||||||
|
@ -19,3 +19,14 @@
|
|||||||
.row {
|
.row {
|
||||||
display: flex;
|
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