Skip to content

Commit 985f6f6

Browse files
committed
Break text in output box to multiple lines
1 parent 599990b commit 985f6f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/presentation/components/CodeEditor/OutputBox.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.content {
22
white-space: pre-wrap;
3+
word-break: break-all;
34
}
45

56
.status {

0 commit comments

Comments
 (0)