mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
refactor(FE): Add padding to UniformityChart card bodies
This commit is contained in:
@@ -107,7 +107,7 @@ const UniformityChart = ({
|
||||
variant='bordered'
|
||||
className={{
|
||||
wrapper: 'xl:col-span-1 2xl:col-span-3 w-full rounded-xl',
|
||||
body: 'h-96',
|
||||
body: 'h-96 p-4',
|
||||
}}
|
||||
>
|
||||
<div className='w-full h-full flex items-center justify-center'>
|
||||
@@ -126,7 +126,7 @@ const UniformityChart = ({
|
||||
title='Weekly Performance ⓘ'
|
||||
className={{
|
||||
wrapper: 'xl:col-span-1 2xl:col-span-1 w-full rounded-xl',
|
||||
body: 'h-110',
|
||||
body: 'h-110 p-4',
|
||||
}}
|
||||
>
|
||||
<UniformityGaugeChartSkeleton />
|
||||
|
||||
Reference in New Issue
Block a user