diff --git a/components/src/ChartFooter/ChartFooter.svelte b/components/src/ChartFooter/ChartFooter.svelte index 00d4401..aacdcbb 100644 --- a/components/src/ChartFooter/ChartFooter.svelte +++ b/components/src/ChartFooter/ChartFooter.svelte @@ -32,7 +32,7 @@ .container { gap: 0.5rem; - :global(div) { + :global(p) { width: 100%; } }