fixed overflow in markdown-view component and old usage of Markdown global

This commit is contained in:
alecmerdler 2017-05-16 13:12:03 -07:00
parent e2be8481b0
commit a7aa87d490
2 changed files with 95 additions and 93 deletions

View file

@ -1,5 +1,6 @@
.markdown-view-content {
word-wrap: break-word;
overflow: hidden;
}
.markdown-view-content p {