We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15bc318 commit 584bb3fCopy full SHA for 584bb3f
packages/components/stories/Text.stories.tsx
@@ -200,9 +200,7 @@ export const CustomTooltip: Story = {
200
</div>
201
202
<div>
203
- <p style={{ marginBottom: '0.5rem', fontSize: '14px', color: '#666' }}>
204
- Bottom placement:
205
- </p>
+ <p style={{ marginBottom: '0.5rem', fontSize: '14px', color: '#666' }}>Bottom placement:</p>
206
<Text maxLines={1} showTooltipOnOverflow tooltipPlacement="bottom">
207
Hover to see tooltip below this text. This text is long enough to be truncated.
208
</Text>
0 commit comments