fixed overflow in markdown-view component and old usage of Markdown global
This commit is contained in:
parent
e2be8481b0
commit
a7aa87d490
2 changed files with 95 additions and 93 deletions
|
@ -1,5 +1,6 @@
|
|||
.markdown-view-content {
|
||||
word-wrap: break-word;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.markdown-view-content p {
|
||||
|
|
Reference in a new issue