mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
refactor(FE-438): Fix Uniformity gauge skeleton sizing
This commit is contained in:
@@ -29,9 +29,9 @@ const UniformityGaugeChartSkeleton: React.FC<
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className='flex flex-col w-full'>
|
<div className='flex flex-col w-full'>
|
||||||
<div className='h-64 w-full relative flex justify-center'>
|
<div className='h-64 w-full relative flex justify-center min-h-[256px]'>
|
||||||
<div className='relative w-full h-full flex flex-col items-center justify-end'>
|
<div className='relative w-full h-full flex flex-col items-center justify-end min-w-0'>
|
||||||
<ResponsiveContainer width='100%' height='100%'>
|
<ResponsiveContainer width='100%' height={256}>
|
||||||
<PieChart>
|
<PieChart>
|
||||||
<Pie
|
<Pie
|
||||||
data={data}
|
data={data}
|
||||||
|
|||||||
Reference in New Issue
Block a user