There was an error while loading. Please reload this page.
1 parent 2ea1a40 commit 7028d9fCopy full SHA for 7028d9f
1 file changed
src/pages/engage/news/index.tsx
@@ -211,12 +211,12 @@ const NewsPage: React.FC<PageProps<DataProps>> = ({ data }) => {
211
</Stack>
212
213
</Grid>
214
- <Grid item md={3} >
+ <Grid item md={3} sx={{ minHeight: '200px'}} >
215
<Box
216
sx={{
217
// backgroundColor: 'neutral.main',
218
borderRadius: '0 10px 10px 0',
219
- width: '100%',
+ height: '100%',
220
overflow: 'hidden',
221
pointerEvents: 'none',
222
}}
0 commit comments