mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-28 23:24:13 +00:00
fix(www): update height of chart in preview (#4244)
Co-authored-by: shadcn <m@shadcn.com>
This commit is contained in:
@@ -59,7 +59,7 @@ ${Object.entries(chartConfig.theme.cssVars.dark)
|
||||
|
||||
const content = (
|
||||
<>
|
||||
<div className="chart-wrapper hidden sm:block [&>div]:rounded-none [&>div]:border-0 [&>div]:border-b [&>div]:shadow-none">
|
||||
<div className="chart-wrapper hidden sm:block [&>div]:rounded-none [&>div]:border-0 [&>div]:border-b [&>div]:shadow-none [&_[data-chart]]:mx-auto [&_[data-chart]]:max-h-[35vh]">
|
||||
{children}
|
||||
</div>
|
||||
<Tabs
|
||||
|
||||
Reference in New Issue
Block a user