mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 15:55:48 +00:00
refactor(FE): Set xl min height to 72 for Uniformity chart
This commit is contained in:
@@ -172,7 +172,7 @@ const UniformityBarChart: React.FC<UniformityBarChartProps> = ({ data }) => {
|
|||||||
<ResponsiveContainer
|
<ResponsiveContainer
|
||||||
width='100%'
|
width='100%'
|
||||||
height='100%'
|
height='100%'
|
||||||
className='min-h-[270px] xl:min-h-80'
|
className='min-h-[270px] xl:min-h-72'
|
||||||
>
|
>
|
||||||
<BarChart data={data} margin={margin} barGap={20}>
|
<BarChart data={data} margin={margin} barGap={20}>
|
||||||
<defs>
|
<defs>
|
||||||
|
|||||||
Reference in New Issue
Block a user