File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
apps/nextjs-app/src/features/app/blocks/chart-v2/components Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ export const ChartConfig = () => {
77 const { t } = useTranslation ( 'chart' ) ;
88
99 return (
10- < div className = "w-[360px] shrink-0 px-6 pb-4 pt-2" >
10+ < div className = "w-[360px] shrink-0 pb-4 pt-2" >
1111 < Tabs defaultValue = "dataConfig" className = "flex size-full flex-col overflow-hidden" >
12- < TabsList className = "w-full " >
12+ < TabsList className = "mx-6 " >
1313 < TabsTrigger value = "dataConfig" className = "w-full" >
1414 { t ( 'chartV2.dataConfig' ) }
1515 </ TabsTrigger >
@@ -18,10 +18,10 @@ export const ChartConfig = () => {
1818 </ TabsTrigger >
1919 </ TabsList >
2020
21- < TabsContent value = "dataConfig" className = "flex-1 overflow-auto" >
21+ < TabsContent value = "dataConfig" className = "flex-1 overflow-auto px-6 " >
2222 < DataConfig />
2323 </ TabsContent >
24- < TabsContent value = "appearance" className = "flex-1 overflow-auto" >
24+ < TabsContent value = "appearance" className = "flex-1 overflow-auto px-6 " >
2525 < ChatAppearance />
2626 </ TabsContent >
2727 </ Tabs >
You can’t perform that action at this time.
0 commit comments