Skip to content

Commit 9892f85

Browse files
committed
fix: maintain height of blocks
1 parent f94974c commit 9892f85

File tree

1 file changed

+1
-0
lines changed
  • packages/xl-email-exporter/src/react-email/defaultSchema

1 file changed

+1
-0
lines changed

packages/xl-email-exporter/src/react-email/defaultSchema/blocks.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ const defaultTextStyle: TextProps["style"] = {
4242
fontSize: 16,
4343
lineHeight: 1.5,
4444
margin: 3,
45+
minHeight: 24,
4546
};
4647

4748
// Default styles for Text components

0 commit comments

Comments
 (0)