Skip to content

Commit

Permalink
fix: fix pipe not displayed if run template name is too long
Browse files Browse the repository at this point in the history
  • Loading branch information
esasova committed Sep 27, 2024
1 parent 12faf97 commit fb76924
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/cards/ScenarioNode/ScenarioNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,13 @@ export const ScenarioNode = ({
>
{labels.runTemplateLabel}
<Typography variant="subtitle2" component="span" sx={{ fontWeight: 'normal' }}>
&nbsp;{scenario.runTemplateName}&nbsp;|&nbsp;
&nbsp;{scenario.runTemplateName}
</Typography>
</Typography>
</FadingTooltip>
<Typography variant="subtitle2" component="span" mx={0.5}>
|
</Typography>
<FadingTooltip title={labels.dataset + ' ' + datasetNames}>
<Typography
variant="subtitle2"
Expand Down

0 comments on commit fb76924

Please sign in to comment.