From 79ad003bc628de2a10a5bc6c0fe6e88beb37d138 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 6 Jan 2026 01:08:43 +0100 Subject: [PATCH] Fix width of app archive action column to avoid jumping --- dashboard/src/views/AppArchiveView.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) {