Skip to content

Commit 6f077ff

Browse files
committed
fix: padding for editor
1 parent a13bbfa commit 6f077ff

File tree

1 file changed

+1
-1
lines changed
  • packages/dbml-playground/src/components/DbmlEditorPane/Editor

1 file changed

+1
-1
lines changed

packages/dbml-playground/src/components/DbmlEditorPane/Editor/Editor.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div ref='editorDomNode' class='w-full h-full'></div>
2+
<div ref='editorDomNode' class='w-full h-full p-1'></div>
33
</template>
44

55
<script setup lang="ts">

0 commit comments

Comments
 (0)