Skip to content

Commit 1fabaa5

Browse files
authored
Merge pull request #2730 from appwrite/fix-small-tooltip-issue
fix: tooltip content truncated in billing ui table
2 parents 580e5bf + d913262 commit 1fabaa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/progressbar/ProgressBar.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<section class="progressbar__container">
2424
{#each $$props.data as item}
25-
<Tooltip disabled={!item.tooltip}>
25+
<Tooltip disabled={!item.tooltip} maxWidth="max-content">
2626
<div
2727
class="progressbar__content"
2828
style:background-color={item.color}

0 commit comments

Comments
 (0)