mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Add line-height rule for error page h2 (#2761)
This commit is contained in:
parent
ba65b07dff
commit
7a5a6bcef2
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue