Hide quickactions on mobile
This commit is contained in:
@@ -48,7 +48,7 @@ const usersColumns = {
|
||||
hideMobile: true,
|
||||
},
|
||||
actions: {
|
||||
width: '150px',
|
||||
width: window.innerWidth <= 576 ? 'auto' : '150px',
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user