diff --git a/components/PanelEditor.vue b/components/PanelEditor.vue index 27858f66..b88b6d7d 100644 --- a/components/PanelEditor.vue +++ b/components/PanelEditor.vue @@ -61,7 +61,7 @@ function onTextInput() { v-model="input" border="l base" - h-full w-full bg-transparent p4 font-mono + h-full w-full resize-none bg-transparent p4 font-mono @input="onTextInput" />