From eba4015f04c7b7d5a4b81c94f3900a8db79ea2d2 Mon Sep 17 00:00:00 2001 From: Ahmed Awan Date: Tue, 28 Jul 2026 17:46:51 -0500 Subject: [PATCH] Fix invocation view header styling broken by the addition of `NavigationTitle` The client/src/components/Common/NavigationTitle.vue component was added which reverted the styling fix for the client/src/components/Workflow/WorkflowNavigationTitle.vue done in https://github.com/galaxyproject/galaxy/pull/22639. --- client/src/components/Common/NavigationTitle.vue | 4 ++-- .../WorkflowInvocationState/WorkflowInvocationState.vue | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/client/src/components/Common/NavigationTitle.vue b/client/src/components/Common/NavigationTitle.vue index 157d2b8ff1b..fe1c3f4ba21 100644 --- a/client/src/components/Common/NavigationTitle.vue +++ b/client/src/components/Common/NavigationTitle.vue @@ -27,7 +27,7 @@ const emit = defineEmits<{