Skip to content

Commit 06245b9

Browse files
committed
fix(frontend:sync): adjust table column widths for better layout
1 parent ef40ab0 commit 06245b9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

frontend/src/app/applications/sync/components/sync-transfers.component.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,23 +53,23 @@ export class SyncTransfersComponent {
5353
protected tableHeaders: Record<'action' | 'sync' | 'file' | 'date', TableHeaderConfig> = {
5454
action: {
5555
label: 'Action',
56-
width: 8,
56+
width: 11,
5757
textCenter: false,
5858
class: '',
5959
show: true,
6060
sortable: true
6161
},
6262
sync: {
6363
label: 'Synchronization',
64-
width: 15,
64+
width: 14,
6565
textCenter: false,
6666
class: '',
6767
show: true,
6868
sortable: true
6969
},
7070
file: {
7171
label: 'File',
72-
width: 55,
72+
width: 48,
7373
textCenter: false,
7474
class: '',
7575
show: true,

0 commit comments

Comments
 (0)