Merge branch 'dev' into SES-163

This commit is contained in:
Natalia Gawron 2021-01-12 17:44:41 +01:00
commit d9d3fba1b2
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
<input matInput (keyup)="applyFilter($event)" placeholder="Ex. Sword" #input>
</mat-form-field>
<div>
<table mat-table [dataSource]="dataSource" matSort class="w-100 mat-elevation-z8">
<div class="mat-elevation-z8">
<table mat-table [dataSource]="dataSource" matSort class="w-100">
<ng-container matColumnDef="Name">
<th mat-header-cell *matHeaderCellDef mat-sort-header> Name </th>