Skip to content

Commit

Permalink
tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
namgold committed Sep 11, 2023
1 parent af8c8e6 commit 1518d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/MyEarnings/HoverDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type Props = {
}
const HoverDropdown: React.FC<Props> = ({ anchor, text, disabled = false }) => {
return (
<MouseoverTooltip placement="bottom" width="fit-content" text={text} disableTooltip={disabled}>
<MouseoverTooltip placement="bottom" width="max-content" text={text} disableTooltip={disabled}>
<Wrapper>
{anchor}
{!disabled && <DropdownIcon />}
Expand Down

0 comments on commit 1518d5a

Please sign in to comment.