Skip to content

Commit

Permalink
[Typography] Fix display2 cuts off the bottom of a 'g' (#12146)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skaronator authored and oliviertassinari committed Jul 14, 2018
1 parent 57644a1 commit 9410e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/styles/createTypography.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default function createTypography(palette: Object, typography: Object | F
fontSize: pxToRem(45),
fontWeight: fontWeightRegular,
fontFamily,
lineHeight: `${round(48 / 45)}em`,
lineHeight: `${round(51 / 45)}em`,
marginLeft: '-.02em',
color: palette.text.secondary,
...allVariants,
Expand Down

0 comments on commit 9410e6e

Please sign in to comment.