Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/loud-weeks-buy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@cube-dev/ui-kit': patch
---

Fix Tooltip size to fit content.
2 changes: 1 addition & 1 deletion src/components/overlays/Tooltip/Tooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const TooltipElement = tasty({
display: 'block',
fill: '#dark.85',
color: '#white',
width: 'initial 36x max-content',
width: 'initial 36x fit-content',
radius: true,
padding: '.75x 1x',
preset: 't3',
Expand Down
Loading