TP-50640 | transform fixes for graph (#789)
Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com>
This commit is contained in:
@@ -302,7 +302,7 @@ const DashBoard = () => {
|
||||
<ProfileStatisticsChart
|
||||
pieChartContainerClass={styles.cashEarnedChartHCpieChartClass}
|
||||
{...leaderboard}
|
||||
></ProfileStatisticsChart>
|
||||
/>
|
||||
</GridRow>
|
||||
</GridContainer>
|
||||
</GridColumn>
|
||||
|
||||
@@ -313,8 +313,8 @@
|
||||
}
|
||||
|
||||
.cashEarnedChartHCpieChartClass {
|
||||
transform: scale(1.3) !important;
|
||||
margin-top: 32px !important;
|
||||
transform: scale(1.3) translate(50px, -10px) !important;
|
||||
margin-top: 42px !important;
|
||||
}
|
||||
|
||||
.leaderboardRangeMeterClass {
|
||||
|
||||
Reference in New Issue
Block a user