Fix action button overflow in tables

This commit is contained in:
Chocobozzz 2020-05-20 10:29:40 +02:00
parent 619443a3f6
commit 572bf73be6
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
6 changed files with 6 additions and 6 deletions

View File

@ -23,7 +23,7 @@
<th style="width: 100px;" i18n pSortableColumn="state">State <p-sortIcon field="state"></p-sortIcon></th>
<th style="width: 100px;" i18n pSortableColumn="score">Score <p-sortIcon field="score"></p-sortIcon></th>
<th style="width: 150px;" i18n pSortableColumn="createdAt">Created <p-sortIcon field="createdAt"></p-sortIcon></th>
<th style="width: 100px;"></th>
<th style="width: 150px;"></th>
</tr>
</ng-template>

View File

@ -22,7 +22,7 @@
<th style="width: 160px;" i18n *ngIf="isDisplayingRemoteVideos()">Strategy</th>
<th i18n pSortableColumn="name">Video <p-sortIcon field="name"></p-sortIcon></th >
<th style="width: 100px;" i18n *ngIf="isDisplayingRemoteVideos()">Total size</th>
<th style="width: 80px;"></th>
<th style="width: 150px;"></th>
</tr>
</ng-template>

View File

@ -21,7 +21,7 @@
<tr>
<th style="width: 100%;" i18n>Account</th>
<th style="width: 150px;" i18n pSortableColumn="createdAt">Muted at <p-sortIcon field="createdAt"></p-sortIcon></th>
<th style="width: 100px;"></th> <!-- column for action buttons -->
<th style="width: 150px;"></th> <!-- column for action buttons -->
</tr>
</ng-template>

View File

@ -25,7 +25,7 @@
<tr>
<th style="width: 100%;" i18n>Instance</th>
<th style="width: 150px;" i18n pSortableColumn="createdAt">Muted at <p-sortIcon field="createdAt"></p-sortIcon></th>
<th style="width: 100px;"></th> <!-- column for action buttons -->
<th style="width: 150px;"></th> <!-- column for action buttons -->
</tr>
</ng-template>

View File

@ -41,7 +41,7 @@
<th i18n>Video</th>
<th style="width: 150px;" i18n pSortableColumn="createdAt">Created <p-sortIcon field="createdAt"></p-sortIcon></th>
<th i18n pSortableColumn="state" style="width: 80px;">State <p-sortIcon field="state"></p-sortIcon></th>
<th style="width: 120px;"></th>
<th style="width: 150px;"></th>
</tr>
</ng-template>

View File

@ -25,7 +25,7 @@
<th style="width: 100px;" i18n>Sensitive</th>
<th style="width: 120px;" i18n>Unfederated</th>
<th style="width: 150px;" i18n pSortableColumn="createdAt">Date <p-sortIcon field="createdAt"></p-sortIcon></th>
<th style="width: 120px;"></th>
<th style="width: 150px;"></th>
</tr>
</ng-template>