Skip to content

Commit

Permalink
[RHOAIENG-9764] Pipeline run details page code editor has style issue…
Browse files Browse the repository at this point in the history
…s on pipeline spec tab
  • Loading branch information
jpuzz0 committed Jul 17, 2024
1 parent be47fe4 commit 464331a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ export const PipelineRunDetailsTabs: React.FC<PipelineRunDetailsTabsProps> = ({
eventKey={DetailsTabKey.Spec}
hidden={activeKey !== DetailsTabKey.Spec}
style={{ flex: 1 }}
className="pf-v5-u-h-100"
data-testid="pipeline-spec-tab"
>
<TabContentBody className="pf-v5-u-h-100" hasPadding>
Expand Down

0 comments on commit 464331a

Please sign in to comment.