Skip to content

Commit

Permalink
fix(graph): show command property as monospace (#21997)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Jean <[email protected]>
  • Loading branch information
MaxKless and FrozenPandaz authored Mar 6, 2024
1 parent 8030bd7 commit d2cd822
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ export const TargetConfigurationDetails = forwardRef(
</Tooltip>
)}
</h4>
<p className="pl-5">
<p className="pl-5 font-mono">
{executorLink ? (
<span>
<ExternalLink
Expand Down

0 comments on commit d2cd822

Please sign in to comment.