Skip to content

Commit 1d17809

Browse files
committed
feat: Enlarge updated at column
1 parent 56d6c17 commit 1d17809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/views/Folder/helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const makeColumns = isBigThumbnail => {
1414
{
1515
id: 'updated_at',
1616
disablePadding: false,
17-
width: 135,
17+
width: 160,
1818
label: t('table.head_update'),
1919
textAlign: 'right'
2020
},

0 commit comments

Comments
 (0)