diff --git a/frontend/components/ui/command/CommandInput.vue b/frontend/components/ui/command/CommandInput.vue index 84111c4b..4520dd10 100644 --- a/frontend/components/ui/command/CommandInput.vue +++ b/frontend/components/ui/command/CommandInput.vue @@ -27,7 +27,7 @@ const forwardedProps = useForwardProps(delegatedProps) diff --git a/frontend/components/ui/input/Input.vue b/frontend/components/ui/input/Input.vue index ea452931..37637478 100644 --- a/frontend/components/ui/input/Input.vue +++ b/frontend/components/ui/input/Input.vue @@ -24,7 +24,7 @@ v-model="modelValue" :class=" cn( - 'flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-muted-foreground placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50', + 'flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-base md:text-sm ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-muted-foreground placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50', props.class ) " diff --git a/frontend/components/ui/select/SelectTrigger.vue b/frontend/components/ui/select/SelectTrigger.vue index d50d719d..ecc3d2dd 100644 --- a/frontend/components/ui/select/SelectTrigger.vue +++ b/frontend/components/ui/select/SelectTrigger.vue @@ -19,7 +19,7 @@ const forwardedProps = useForwardProps(delegatedProps) diff --git a/frontend/components/ui/tags-input/TagsInputInput.vue b/frontend/components/ui/tags-input/TagsInputInput.vue index 66841ffc..d7521fdc 100644 --- a/frontend/components/ui/tags-input/TagsInputInput.vue +++ b/frontend/components/ui/tags-input/TagsInputInput.vue @@ -15,5 +15,13 @@ const forwardedProps = useForwardProps(delegatedProps) diff --git a/frontend/components/ui/textarea/Textarea.vue b/frontend/components/ui/textarea/Textarea.vue index e4a7c139..00404d05 100644 --- a/frontend/components/ui/textarea/Textarea.vue +++ b/frontend/components/ui/textarea/Textarea.vue @@ -23,8 +23,8 @@ const modelValue = useVModel(props, 'modelValue', emits, {