Changement général pour avoir une bonne
hauteur et largeur sur toutes les pages
This commit is contained in:
@@ -11,3 +11,11 @@ table {
|
||||
min-width: 200px;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.content {
|
||||
height: 90vh;
|
||||
display: flex;
|
||||
justify-content: left;
|
||||
flex-direction: column;
|
||||
align-items: initial;
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<div *ngIf="dataSourceTable != null else loading" class="table-container">
|
||||
<div *ngIf="dataSourceTable != null else loading">
|
||||
<button mat-raised-button color="accent" (click)="openDialogToAdd()">Add a aircraft</button>
|
||||
|
||||
<table mat-table [dataSource]="dataSourceTable">
|
||||
|
||||
Reference in New Issue
Block a user