vijay31 commented on issue #856:
URL: https://github.com/apache/camel-karavan/issues/856#issuecomment-2135095346
Hi @mgubaidullin
This is easy to solve. All we need to do is wrap description under ToolTip
component like following,
`
<Tooltip content={dsl.description} position={TooltipPosition.bottom}>
<Text className="pf-v5-u-color-200">{dsl.description}</Text>
</Tooltip>
`
Please assign this ticket to me, and I can push the fix for this.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]