Skip to content

Commit

Permalink
Fix long line wrapping from #104
Browse files Browse the repository at this point in the history
  • Loading branch information
octref committed May 6, 2019
1 parent df54c75 commit 274c931
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions webview/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
box-shadow: rgba(0, 0, 0, 0.55) 0px 20px 68px;
width: calc(100% - 8rem);
}
#snippet > div {
max-width: 100%;
white-space: pre-wrap !important;
word-break: break-all;
}
#snippet > div > div {
display: flex;
flex-wrap: wrap;
Expand Down

0 comments on commit 274c931

Please sign in to comment.