Fix width of app archive action column to avoid jumping

This commit is contained in:
Johannes Zellner
2026-01-06 01:08:43 +01:00
parent fc417022c9
commit 79ad003bc6
+3 -1
View File
@@ -34,7 +34,9 @@ const columns = {
sort: true,
hideMobile: true,
},
actions: {}
actions: {
width: '100px',
}
};
function createActionMenu(archive) {