Merge pull request #23204 from ahmedhamidawan/fix_invocation_header_again

Fix invocation view header styling broken by the addition of `NavigationTitle` in dev
This commit is contained in:
Aysam Guerler
2026-07-29 08:13:13 +03:00
committed by GitHub
2 changed files with 2 additions and 3 deletions
@@ -27,7 +27,7 @@ const emit = defineEmits<{
<template>
<div>
<div class="bg-secondary px-2 py-1 rounded d-flex flex-gapx-1 justify-content-between">
<div class="py-1 d-flex flex-wrap align-items-center flex-gapx-1" :data-description="headingDescription">
<div class="py-1 align-items-center flex-gapx-1" :data-description="headingDescription">
<GButton
v-if="collapsible"
transparent
@@ -39,7 +39,7 @@ const emit = defineEmits<{
<FontAwesomeIcon :icon="collapsed ? faAngleDoubleDown : faAngleDoubleUp" fixed-width />
</GButton>
<slot name="before-icon" />
<FontAwesomeIcon :icon="icon" fixed-width />
<FontAwesomeIcon class="mr-1" :icon="icon" fixed-width />
<slot name="title">
<b>{{ title }}</b>
</slot>
@@ -577,7 +577,6 @@ async function onCancel() {
// progress bar shrinks to fit divs on either side
flex-grow: 1;
flex-shrink: 1;
max-width: 50%;
.steps-progress,
.jobs-progress {