diff --git a/frontend/src/components/transcript-debug/UserInput.vue b/frontend/src/components/transcript-debug/UserInput.vue index e59f723..0da9f09 100644 --- a/frontend/src/components/transcript-debug/UserInput.vue +++ b/frontend/src/components/transcript-debug/UserInput.vue @@ -1,5 +1,5 @@ @@ -79,7 +66,6 @@ watch(input, () => nextTick(adjustHeight)) nextTick(adjustHeight)) font-size: 13px; line-height: 1.5; resize: none; - min-height: 20px; + field-sizing: content; + min-height: 1lh; overflow-y: auto; padding: 0.15rem 0.25rem; font-family: inherit;