Skip to content

Commit 0b47dcc

Browse files
committed
Vertically center code. Fix #108
1 parent 9b4578b commit 0b47dcc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

webview/index.html

+3
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
width: calc(100% - 8rem);
4040
}
4141
#snippet > div {
42+
display: flex;
43+
flex-flow: column nowrap;
44+
justify-content: center;
4245
max-width: 100%;
4346
white-space: pre-wrap !important;
4447
word-break: break-all;

0 commit comments

Comments
 (0)