Fix table columns on safari
This commit is contained in:
parent
1bb4c9ab2e
commit
e07c55167e
3 changed files with 3 additions and 3 deletions
|
@ -42,7 +42,7 @@
|
|||
<ng-template pTemplate="header">
|
||||
<tr>
|
||||
<th style="width: 40px"></th>
|
||||
<th style="width: calc(100% - 390px)" class="job-id" i18n>ID</th>
|
||||
<th class="job-id" i18n>ID</th>
|
||||
<th style="width: 200px" class="job-type" i18n>Type</th>
|
||||
<th style="width: 200px" class="job-priority" i18n>Priority <small>(1 = highest priority)</small></th>
|
||||
<th style="width: 200px" class="job-state" i18n *ngIf="jobState === 'all'">State</th>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<ng-template pTemplate="header">
|
||||
<tr>
|
||||
<th style="width: 150px;" i18n>Action</th> <!-- column for action buttons -->
|
||||
<th style="width: calc(100% - 300px);" i18n>Account</th>
|
||||
<th i18n>Account</th>
|
||||
<th style="width: 150px;" i18n pSortableColumn="createdAt">Muted at <p-sortIcon field="createdAt"></p-sortIcon></th>
|
||||
</tr>
|
||||
</ng-template>
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
<ng-template pTemplate="header">
|
||||
<tr>
|
||||
<th style="width: 150px;" i18n>Action</th> <!-- column for action buttons -->
|
||||
<th style="width: calc(100% - 300px);" i18n>Instance</th>
|
||||
<th i18n>Instance</th>
|
||||
<th style="width: 150px;" i18n pSortableColumn="createdAt">Muted at <p-sortIcon field="createdAt"></p-sortIcon></th>
|
||||
</tr>
|
||||
</ng-template>
|
||||
|
|
Loading…
Reference in a new issue