Skip to content

Commit

Permalink
fixed it
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamwasp committed Jan 29, 2025
1 parent efc6db7 commit 967895e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/gamut/src/Tip/shared/elements.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import {
const tipWrapperStyles = {
position: 'relative',
display: 'inline-flex',
overflowWrap: 'break-word',
} as const;

export const ToolTipWrapper = styled.div(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const meta: Meta<typeof InfoTip> = {
component: InfoTip,
args: {
alignment: 'top-left',
info: `I am additional information about a nearby element or content.`,
info: `I just saw a really scary ghost! Ahhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh ah ahh!!`,
},
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const WithIconButton: Story = {
render: () => (
<FlexBox justifyContent="space-around" m={24} width="95%">
<IconButton
tip="Beautify your code"
tip="I just saw a really scary ghost! Ahhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh ah ahh!!"
icon={SparkleIcon}
tipProps={{ alignment: 'bottom-center' }}
/>
Expand Down

0 comments on commit 967895e

Please sign in to comment.