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:
Aaron Chen
2024-11-15 13:13:37 -06:00
committed by GitHub
parent b13e217a5b
commit 91fa78e2d0

View File

@@ -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 },