Skip to content

Commit 8e7321c

Browse files
authored
fix: code block width overflowing container (#140)
1 parent dfd0630 commit 8e7321c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/mail.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ export const ExpenseEmail = ({
115115
theme={a11yDark}
116116
code={secretKey}
117117
language="markdown"
118+
style={{ width: 'unset' }}
118119
/>
119120
<Text className="text-black text-[14px] leading-[24px]">
120121
With this key we ensure that the author of the

0 commit comments

Comments
 (0)