Skip to content

Commit 73e1374

Browse files
committed
enable break
1 parent b7b0370 commit 73e1374

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

app/lecture/src/components/PyScript.vue

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,12 @@
77
</py-repl>
88
</div>
99
</div>
10-
</template>
10+
</template>
11+
12+
<style scoped>
13+
14+
py-repl {
15+
white-space: pre-wrap;
16+
word-wrap: break-word;
17+
}
18+
</style>

0 commit comments

Comments
 (0)