Skip to content

Commit 38e99e4

Browse files
Fix line height inheritance in lockup description (#103)
1 parent 8d3901b commit 38e99e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Lumi/Components/Lockup.purs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ styles = jss
121121
{ display: "flex"
122122
, flexFlow: "column"
123123
, minWidth: "0"
124+
, lineHeight: "initial"
124125

125126
, "& > lumi-lockup-description-body > lumi-subtext":
126127
{ textDecoration: "none"

0 commit comments

Comments
 (0)