mirror of
https://github.com/WowUp/WowUp.git
synced 2026-04-24 07:47:29 -04:00
Min width on game version column
This commit is contained in:
@@ -90,10 +90,10 @@
|
||||
</ng-container>
|
||||
|
||||
<ng-container matColumnDef="addon.gameVersion">
|
||||
<th mat-header-cell mat-sort-header *matHeaderCellDef>
|
||||
<th class="game-version-cell" mat-header-cell mat-sort-header *matHeaderCellDef>
|
||||
{{'PAGES.MY_ADDONS.TABLE.GAME_VERSION_COLUMN_HEADER' | translate}}
|
||||
</th>
|
||||
<td mat-cell *matCellDef="let element">
|
||||
<td class="game-version-cell" mat-cell *matCellDef="let element">
|
||||
{{element.addon.gameVersion}}
|
||||
</td>
|
||||
</ng-container>
|
||||
|
||||
@@ -75,6 +75,10 @@
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.game-version-cell {
|
||||
min-width: 110px;
|
||||
}
|
||||
|
||||
.status-column {
|
||||
display: flex;
|
||||
width: 130px;
|
||||
|
||||
Reference in New Issue
Block a user