mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: tooltip content truncated in billing ui table
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
<section class="progressbar__container">
|
||||
{#each $$props.data as item}
|
||||
<Tooltip disabled={!item.tooltip}>
|
||||
<Tooltip disabled={!item.tooltip} maxWidth="20rem">
|
||||
<div
|
||||
class="progressbar__content"
|
||||
style:background-color={item.color}
|
||||
|
||||
Reference in New Issue
Block a user