Hide quickactions on mobile

This commit is contained in:
Johannes Zellner
2026-02-02 11:41:50 +01:00
parent 214b836d13
commit 33a1f135e0
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ const usersColumns = {
hideMobile: true,
},
actions: {
width: '150px',
width: window.innerWidth <= 576 ? 'auto' : '150px',
}
};