Skip to content

Commit

Permalink
Fixed #534 #537 #539 (#543)
Browse files Browse the repository at this point in the history
* Fixed #534

* Fixed #539

* Increased limit

* Adjusted css
  • Loading branch information
asa1997 authored Jan 15, 2024
1 parent 9b17999 commit b1ee9a6
Show file tree
Hide file tree
Showing 2 changed files with 274 additions and 310 deletions.
11 changes: 6 additions & 5 deletions src/pages/BesVersionHistory/AssessmentReport/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,7 @@ const GetAssessmentData = ({ version, name, report, itemData, masterData }: any)
}
return (
<>
<Typography variant="h6"
<MKTypography variant="h6"
key="TYPOLICMAIN1"
color="inherit"
style={{ fontSize: "calc(0.6rem + 0.5vw)" }}>
Expand All @@ -966,15 +966,16 @@ const GetAssessmentData = ({ version, name, report, itemData, masterData }: any)
style={{
fontSize: "calc(0.6rem + 0.5vw)",
display: "flex",
justifyContent: "center"
justifyContent: "center",
}}>
{uniqueLicenses.length}
</Link>
</Typography>
</MKTypography>
<Grid key="GRIDLICMAIN1"
style={{
height: "100px",
borderRadius: "3px"
height: "150px",
borderRadius: "3px",
overflowY: "scroll"
}}
>
<MKBox>
Expand Down
Loading

0 comments on commit b1ee9a6

Please sign in to comment.