Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit fcefbf6

Browse files
committed
fix(plugins/plugin-client-common): notebook content may not wrap as expected
1 parent a74884d commit fcefbf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/plugin-client-common/web/scss/components/Terminal/Commentary.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ pre {
395395
@include TextContent {
396396
font-size: inherit;
397397
p {
398-
white-space: pre;
398+
white-space: pre-wrap;
399399
}
400400
}
401401
}

0 commit comments

Comments
 (0)