Skip to content

Commit

Permalink
fix(repl): markdown render style
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Nov 24, 2020
1 parent c7127b1 commit acebfd0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion repl/src/components/Render.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<template>
<a-tabs class="render">
<a-tab-pane key="1" tab="Result">
<Markdown :content="content" class="markdown" />
<Markdown
:content="content"
class="markdown"
style="padding-left: 30px"
/>
</a-tab-pane>
<a-tab-pane key="2" tab="Source">
<CodeMirror ref="CodeMirror" :content="content" :readonly="true" />
Expand Down

0 comments on commit acebfd0

Please sign in to comment.