Skip to content

Commit 274c931

Browse files
committed
Fix long line wrapping from #104
1 parent df54c75 commit 274c931

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

webview/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
box-shadow: rgba(0, 0, 0, 0.55) 0px 20px 68px;
3939
width: calc(100% - 8rem);
4040
}
41+
#snippet > div {
42+
max-width: 100%;
43+
white-space: pre-wrap !important;
44+
word-break: break-all;
45+
}
4146
#snippet > div > div {
4247
display: flex;
4348
flex-wrap: wrap;

0 commit comments

Comments
 (0)