Skip to content

Commit

Permalink
fix: Tooltip width auto as per content length (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
singh-pk authored Aug 5, 2024
1 parent b5dd761 commit 4325bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/raystack/tooltip/tooltip.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
border: 1px solid var(--border-subtle);
padding: var(--pd-4) var(--pd-8);
border-radius: var(--br-4);
width: 280px;
max-width: 280px;
color: var(--foreground-base);
font-size: 11px;
font-weight: 500;
Expand Down

0 comments on commit 4325bb9

Please sign in to comment.