Skip to content

Commit

Permalink
made some css changes
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshShrivastava7 committed Oct 7, 2024
1 parent d42f682 commit a6fba6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/app/component/content/PredictionChart.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const PredictionChart = ({ years, values, companyName, country, type }) => {
? "Rebemue"
: "Expense"
}:</b> %{customdata}<extra></extra>`,
customdata: values.map(formatValue),
customdata: type === "market" ? values : values.map(formatValue),
},
];

Expand Down
2 changes: 1 addition & 1 deletion client/src/app/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1079,6 +1079,6 @@ body {

.rs-modal-md {
width: auto;
max-width: calc(100% - 880px);
max-width: 620px;
/* overflow-y: hidden; */
}

0 comments on commit a6fba6e

Please sign in to comment.