Skip to content

Commit 584bb3f

Browse files
committed
biome linted, again
1 parent 15bc318 commit 584bb3f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/components/stories/Text.stories.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,7 @@ export const CustomTooltip: Story = {
200200
</div>
201201

202202
<div>
203-
<p style={{ marginBottom: '0.5rem', fontSize: '14px', color: '#666' }}>
204-
Bottom placement:
205-
</p>
203+
<p style={{ marginBottom: '0.5rem', fontSize: '14px', color: '#666' }}>Bottom placement:</p>
206204
<Text maxLines={1} showTooltipOnOverflow tooltipPlacement="bottom">
207205
Hover to see tooltip below this text. This text is long enough to be truncated.
208206
</Text>

0 commit comments

Comments
 (0)