From da954dc31e6ddbb934b271db533c8605c0b5a33a Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sat, 10 Aug 2024 20:38:58 -0700 Subject: [PATCH] Align queue action buttons on right (cherry picked from commit f7a58aab339e2012b6bb91d0b3a38d733ec213c6) Closes #4989 --- frontend/src/Activity/Queue/QueueRow.css | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/Activity/Queue/QueueRow.css b/frontend/src/Activity/Queue/QueueRow.css index 6636f2f9d..2a0df3595 100644 --- a/frontend/src/Activity/Queue/QueueRow.css +++ b/frontend/src/Activity/Queue/QueueRow.css @@ -26,4 +26,5 @@ composes: cell from '~Components/Table/Cells/TableRowCell.css'; width: 90px; + text-align: right; }