Skip to content

Commit

Permalink
resolved conflict: title outside
Browse files Browse the repository at this point in the history
  • Loading branch information
aali309 committed Jul 17, 2023
1 parent 612c303 commit b0f89b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/Shared/MatchExpression/MatchExpressionVisualizer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@ export const MatchExpressionVisualizer: React.FC<MatchExpressionVisualizerProps>
return (
<Stack {...props} hasGutter>
<StackItem>
<LayoutRadioGroup onChange={setIsGraph} />
</StackItem>
<StackItem>
<Title headingLevel="h2" size="lg" className="breadcrumb-styled-title">
<Title headingLevel="h2" size="lg" className="card-title">
Match Expression Visualizer
</Title>
</StackItem>
<StackItem>
<LayoutRadioGroup onChange={setIsGraph} />
</StackItem>
<StackItem isFilled style={{ overflow: 'auto' }}>
{isGraph ? <GraphView alertOptions={alertOptions} /> : <ListView alertOptions={alertOptions} />}
</StackItem>
Expand Down

0 comments on commit b0f89b8

Please sign in to comment.