Fix width of app archive action column to avoid jumping
This commit is contained in:
@@ -34,7 +34,9 @@ const columns = {
|
||||
sort: true,
|
||||
hideMobile: true,
|
||||
},
|
||||
actions: {}
|
||||
actions: {
|
||||
width: '100px',
|
||||
}
|
||||
};
|
||||
|
||||
function createActionMenu(archive) {
|
||||
|
||||
Reference in New Issue
Block a user