Fix styles to align text

Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
This commit is contained in:
Philipp Hugenroth
2021-07-15 19:13:56 +02:00
parent bcfdd852c2
commit 3b7ac8c9ca
2 changed files with 1 additions and 2 deletions
@@ -56,7 +56,6 @@ const useStyles = makeStyles<BackstageTheme>(theme => ({
},
title: {
color: theme.palette.bursts.fontColor,
lineHeight: '1.0em',
wordBreak: 'break-all',
fontSize: 'calc(24px + 6 * ((100vw - 320px) / 680))',
marginBottom: theme.spacing(1),
@@ -29,7 +29,7 @@ const useStyles = makeStyles(theme => ({
letterSpacing: 0,
fontSize: 14,
height: '16px',
marginBottom: 2,
marginBottom: 4,
},
value: {
color: 'rgba(255, 255, 255, 0.8)',