Skip to content

Commit

Permalink
Merge pull request #690 from AI4Bharat/pagination-fix
Browse files Browse the repository at this point in the history
Pagination CSS fix
  • Loading branch information
ishvindersethi22 authored Sep 7, 2023
2 parents 3dea3b8 + 82a4fbf commit 2980b19
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,9 @@ const TranscriptionRightPanel = ({
</Grid>}
</Box>

<Box id={"subTitleContainer"} className={classes.subTitleContainer}>
<Box id={"subTitleContainer"} className={classes.subTitleContainer} sx={{
height: showAcousticText ? "calc(100vh - 422px)" : "calc(100vh - 385px)",
}}>
{currentPageData?.map((item, index) => {
return (
<Box
Expand Down

0 comments on commit 2980b19

Please sign in to comment.