Set markdown editor preview width to 100%

Fixes #658
This commit is contained in:
Dan Brown 2018-01-28 18:14:02 +00:00
parent 59e809be16
commit 1d5440493c
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -67,6 +67,7 @@
overflow-y: scroll;
&.page-content {
margin: 0 auto;
width: 100%;
max-width: 100%;
}
[drawio-diagram]:hover {