diff --git a/dashboard/src/views/AppArchiveView.vue b/dashboard/src/views/AppArchiveView.vue index 40e7295b7..7f8202670 100644 --- a/dashboard/src/views/AppArchiveView.vue +++ b/dashboard/src/views/AppArchiveView.vue @@ -34,7 +34,9 @@ const columns = { sort: true, hideMobile: true, }, - actions: {} + actions: { + width: '100px', + } }; function createActionMenu(archive) {