Skip to content

Commit

Permalink
Fix/tm 1593 hectares by restoration strategy graph loading issue (#792)
Browse files Browse the repository at this point in the history
* [TM-1593] Hectares By Restoration Strategy Graph Loading Issue

* [TM-1593] fixy Graph Hectares By Restoration Strategy
  • Loading branch information
dottyy authored Jan 2, 2025
1 parent 0ca9645 commit ab3e848
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ const MonitoredCharts = ({

return (
<div
className={classNames("flex w-full flex-col gap-6", {
className={classNames("flex w-full max-w-[calc(75vw-356px)] flex-col gap-6 lg:max-w-[calc(75vw-395px)]", {
"relative z-10 bg-white": hasNoData
})}
>
Expand Down

0 comments on commit ab3e848

Please sign in to comment.