mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-08-31 01:02:04 +08:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user