Various mobile overflow fixes
This commit is contained in:
@@ -25,10 +25,12 @@ const columns = {
|
||||
},
|
||||
label: {
|
||||
label: t('profile.appPasswords.app'),
|
||||
sort: true
|
||||
sort: true,
|
||||
hideMobile: true,
|
||||
},
|
||||
creationTime: {
|
||||
label: t('main.table.date'),
|
||||
hideMobile: true,
|
||||
sort(a, b) {
|
||||
if (!a) return 1;
|
||||
if (!b) return -1;
|
||||
|
||||
Reference in New Issue
Block a user