Skip to content

Commit d913262

Browse files
authored
Update ProgressBar.svelte
1 parent e57444f commit d913262

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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} maxWidth="20rem">
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)