Skip to content

Commit 6a0db30

Browse files
ofriwclaude
andcommitted
Fix line wrapping in full-size presentation code blocks
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent c983218 commit 6a0db30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/components/PresentationMode/RevealSlideshow.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
overflow-y: auto;
120120
overflow-x: auto;
121121
height: 100%;
122-
white-space: pre;
122+
white-space: pre-wrap;
123123
}
124124

125125
.codeBlock code {

0 commit comments

Comments
 (0)