Skip to content

Commit

Permalink
Merge pull request #4174 from serlo/feat/simple-editor-dev
Browse files Browse the repository at this point in the history
feat(editor): add simple preview without frontend
  • Loading branch information
elbotho authored Nov 4, 2024
2 parents cfa30e7 + 0b931c8 commit 2ad15df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/demo/lit/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class SerloEditorDemo extends LitElement {
`
)}
</select>
<div style="margin-top: 20px;">
<div style="margin-top: 70px;">
<serlo-editor
use-shadow-dom=${!this.isRenderedInShadowRoot}
mode=${this.editing ? 'write' : 'read'}
Expand Down

0 comments on commit 2ad15df

Please sign in to comment.