fix markdown editor resizing with long strings

This commit is contained in:
Chris Latham 2018-02-26 11:31:11 +00:00 committed by GitHub
parent 67332a2f1b
commit 1c8a8acb3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,6 +58,7 @@
flex-direction: column;
border: 1px solid #DDD;
width: 50%;
max-width: 50%;
}
}
@ -315,4 +316,4 @@ div[editor-type="markdown"] .title-input.page-title input[type="text"] {
.image-picker img {
background-color: #BBB;
}
}