chore: fix markdown example with overflowing content (#1410) [ci skip]

This commit is contained in:
Bener 2020-06-25 23:03:59 +08:00 committed by GitHub
parent d7beea015b
commit 81849d760b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -37,7 +37,8 @@ html, body, #editor {
textarea, #editor div {
display: inline-block;
width: 49%;
overflow: auto;
width: 50%;
height: 100%;
vertical-align: top;
-webkit-box-sizing: border-box;

View File

@ -36,7 +36,8 @@ html, body, #editor {
textarea, #editor div {
display: inline-block;
width: 49%;
overflow: auto;
width: 50%;
height: 100%;
vertical-align: top;
-webkit-box-sizing: border-box;