diff --git a/packages/react/src/components/Tooltip/Tooltip-story.js b/packages/react/src/components/Tooltip/Tooltip-story.js index ae1e64968c2a..cdd13d39cfff 100644 --- a/packages/react/src/components/Tooltip/Tooltip-story.js +++ b/packages/react/src/components/Tooltip/Tooltip-story.js @@ -110,7 +110,17 @@ function UncontrolledTooltipExample() { triggerText={
My text wrapped with tooltip
} open={value} showIcon={false}> - Some text +

+ This is some tooltip text. This box shows the maximum amount of text + that should appear inside. If more room is needed please use a modal + instead. +

+
+ + Learn More + + +