mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
refactor(FE): Reduce UniformityBarChartSkeleton min height
This commit is contained in:
@@ -90,7 +90,7 @@ const EmptyState = () => {
|
||||
|
||||
const UniformityBarChartSkeleton = () => {
|
||||
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'>
|
||||
<LeftLegend />
|
||||
<ChartArea />
|
||||
|
||||
Reference in New Issue
Block a user