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