Skip to content

Commit b9a3e59

Browse files
committed
fix: update overflow-wrap property for better code block handling
1 parent b9ffd27 commit b9a3e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui-components/src/Common/BaseCodeBox/index.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
@apply relative
3434
min-w-0
3535
pl-8
36-
[overflow-wrap:anywhere];
36+
[overflow-wrap:break-word];
3737

3838
&:not(:empty:last-child)::before {
3939
@apply inline-block

0 commit comments

Comments
 (0)