From d4a7c0dda06486e97bbf7f21e872ef92f9638312 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Wed, 17 Dec 2025 21:26:21 -0700 Subject: [PATCH] feat: make the project/person selector on pop-up right-justified --- src/components/EntitySelectionStep.vue | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/components/EntitySelectionStep.vue b/src/components/EntitySelectionStep.vue index 85900b66fa..c6f0f197c0 100644 --- a/src/components/EntitySelectionStep.vue +++ b/src/components/EntitySelectionStep.vue @@ -8,12 +8,11 @@ notifications for conflicted entities * - Template streamlined with computed CSS properties * * @author Matthew Raymer */