Skip to content

Commit 2552f49

Browse files
SaraVieirasapegin
authored andcommitted
Fix: Inherit line-height (styleguidist#537)
1 parent 4a02fef commit 2552f49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/styles/setupjss.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jss.setup({
2020

2121
// Allow inheritance because it may be set on body and should be available for user components
2222
fontFamily: 'inherit',
23+
lineHeight: 'inherit',
2324
},
2425
}),
2526
nested(),

0 commit comments

Comments
 (0)