Add line-height rule for error page h2 (#2761)

This commit is contained in:
Seth Mcleod 2017-08-12 00:40:07 -04:00 committed by Tim Neutkens
parent ba65b07dff
commit 7a5a6bcef2

View file

@ -69,6 +69,7 @@ const styles = {
h2: { h2: {
fontSize: '14px', fontSize: '14px',
fontWeight: 'normal', fontWeight: 'normal',
lineHeight: 'inherit',
margin: 0, margin: 0,
padding: 0 padding: 0
} }