fix: email line height (#8130)
This commit is contained in:
@@ -19,7 +19,7 @@ export const Info = (props: {
|
||||
return (
|
||||
<>
|
||||
{props.withSpacer && <Spacer />}
|
||||
<div style={{ lineHeight: "6px" }}>
|
||||
<div>
|
||||
<p style={{ color: "#101010" }}>{props.label}</p>
|
||||
<p
|
||||
style={{
|
||||
|
||||
Reference in New Issue
Block a user