Skip to content

Commit

Permalink
Updated css (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
asa1997 authored Jan 12, 2024
1 parent b7f6099 commit 859a614
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions src/pages/BesVersionHistory/AssessmentAnalytics/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@ const FetchData = ({version, name, report, versionDetails, masterData}: any) =>
color="inherit"
style={{fontSize:"calc(0.3rem + 0.5vw)",
margin: "auto",
height: "120px"
height: "120px",
display: "flex",
alignItems: "center"
}}
>
No Data Available
Expand Down Expand Up @@ -307,7 +309,9 @@ const FetchData = ({version, name, report, versionDetails, masterData}: any) =>
color="inherit"
style={{fontSize:"calc(0.3rem + 0.5vw)",
margin: "auto",
height: "120px"
height: "120px",
display: "flex",
alignItems: "center"
}}
>
No Data Available
Expand Down
2 changes: 1 addition & 1 deletion src/pages/BesVersionHistory/AssessmentReport/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ const GetAssessmentData = ({ version, name, report, itemData, masterData }: any)
color="inherit"
style={{
fontSize: "12px", display: "flex",
justifyContent: "center", alignItems: "center"
justifyContent: "center", alignItems: "center", position: "relative", top: "67px"
}}>
Not Available
</MKTypography>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/BesVersionHistory/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ function BesVersionHistory() {
<>
<DefaultNavbar routes={routes} />
<MKBox key="TOPMKBOX"
pt={11}
pt={12}
sx={{ mx: { xs: "auto",
lg: 3 }
}}>
Expand Down

0 comments on commit 859a614

Please sign in to comment.