refactor(FE): Reduce UniformityBarChartSkeleton min height

This commit is contained in:
rstubryan
2026-01-29 14:04:35 +07:00
parent 564d6d0da1
commit 9817864c3d
@@ -90,7 +90,7 @@ const EmptyState = () => {
const UniformityBarChartSkeleton = () => { const UniformityBarChartSkeleton = () => {
return ( return (
<div className='relative w-full h-full min-h-[300px] xl:min-h-[330px]'> <div className='relative w-full h-full min-h-[270px] xl:min-h-[330px]'>
<div className='sm:flex hidden h-full gap-4'> <div className='sm:flex hidden h-full gap-4'>
<LeftLegend /> <LeftLegend />
<ChartArea /> <ChartArea />