fix(ui): reduce left side grade distribution margin/padding (#427)
* fix(ui): align left margin of grade distribution * fix(ui): remove accidental linewidth change (not relevant to this pr)
This commit is contained in:
@@ -166,6 +166,7 @@ export default function GradeDistribution({ course }: GradeDistributionProps): J
|
|||||||
style: { fontFamily: 'Roboto Flex, Roboto Flex Local', fontWeight: '600' },
|
style: { fontFamily: 'Roboto Flex, Roboto Flex Local', fontWeight: '600' },
|
||||||
spacingBottom: 25,
|
spacingBottom: 25,
|
||||||
spacingTop: 25,
|
spacingTop: 25,
|
||||||
|
spacingLeft: 1.5,
|
||||||
height: 250,
|
height: 250,
|
||||||
},
|
},
|
||||||
credits: { enabled: false },
|
credits: { enabled: false },
|
||||||
|
|||||||
Reference in New Issue
Block a user