diff options
| author | Jacky Zhao <[email protected]> | 2020-09-03 23:35:31 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-09-03 23:35:31 -0700 |
| commit | 6d3c9267cda3c4b4642d7a5d3145bd943e5fecd0 (patch) | |
| tree | 9054620782559381948b508e6cebf8e7d953938d /frontend/src/components/NewPaste.js | |
| parent | Merge pull request #54 from jackyzha0/patch (diff) | |
| parent | add md class to preview renderer (diff) | |
| download | ctrl-v-6d3c9267cda3c4b4642d7a5d3145bd943e5fecd0.tar.xz ctrl-v-6d3c9267cda3c4b4642d7a5d3145bd943e5fecd0.zip | |
Merge pull request #56 from jackyzha0/patch
Diffstat (limited to 'frontend/src/components/NewPaste.js')
| -rw-r--r-- | frontend/src/components/NewPaste.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/NewPaste.js b/frontend/src/components/NewPaste.js index 9729655..b276db8 100644 --- a/frontend/src/components/NewPaste.js +++ b/frontend/src/components/NewPaste.js @@ -101,7 +101,7 @@ const NewPaste = () => { break case 'markdown': preview = - <PreviewWrapper> + <PreviewWrapper className='md' > <Markdown content={content} /> </PreviewWrapper> |