Skip to content

Commit

Permalink
Fix overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dark-flames committed Jan 21, 2018
1 parent 039542e commit 345303b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "markdown-palettes",
"description": "Markdown*Palettes: Markdown editor for the modern web.",
"version": "0.0.4",
"version": "0.0.5",
"author": "Luogu Dev Team",
"license": "MIT",
"module": "src/module.js",
Expand Down
4 changes: 2 additions & 2 deletions src/components/PreviewArea.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
padding: 10px;
padding-left: 20px;
padding-right: 20px;
overflow: scroll;
overflow: auto;
word-wrap:break-word;
}
#mp-preview-area {
overflow: scroll;
overflow: auto;
background-color: white;
}
Expand Down

0 comments on commit 345303b

Please sign in to comment.