From dcf809961a716938a301574f37759641d36998c7 Mon Sep 17 00:00:00 2001 From: Tom Najdek Date: Thu, 23 Jan 2025 14:57:56 +0100 Subject: [PATCH] Add a gap between the buttons in the progress queue --- scss/progressQueueDialog.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/progressQueueDialog.scss b/scss/progressQueueDialog.scss index b2a6de9c9a..3fd6e501fe 100644 --- a/scss/progressQueueDialog.scss +++ b/scss/progressQueueDialog.scss @@ -15,11 +15,11 @@ #progress-container { padding-bottom: 6px; + gap: 6px; } #progress-indicator { flex: 1; - margin-inline-end: 6px; } .virtualized-table-container {