Skip to content

Commit

Permalink
fix: padding for editor
Browse files Browse the repository at this point in the history
  • Loading branch information
Huy-DNA committed Sep 7, 2024
1 parent a13bbfa commit 6f077ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div ref='editorDomNode' class='w-full h-full'></div>
<div ref='editorDomNode' class='w-full h-full p-1'></div>
</template>

<script setup lang="ts">
Expand Down

0 comments on commit 6f077ff

Please sign in to comment.