diff --git a/ui/src/formkit/inputs/code/CodeInput.vue b/ui/src/formkit/inputs/code/CodeInput.vue index 5a8d27013..592c4c19c 100644 --- a/ui/src/formkit/inputs/code/CodeInput.vue +++ b/ui/src/formkit/inputs/code/CodeInput.vue @@ -39,7 +39,7 @@ useEventListener(codeInputWrapperRef, "keydown", (e: KeyboardEvent) => { ref="codeInputWrapperRef" :style="{ height }" :class="{ '!fixed inset-0 z-[999] !block bg-white': fullscreen }" - class="group relative w-full" + class="group relative h-9 w-full" >