mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 07:45:47 +00:00
refactor(FE): Reduce UniformityBarChartSkeleton min height
This commit is contained in:
@@ -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 />
|
||||||
|
|||||||
Reference in New Issue
Block a user