chore: disable resizing the custom request naming style textarea field

AI Experiments in the cloud offering.
This commit is contained in:
jamesgeorge007
2025-01-30 16:56:01 +05:30
parent e96232133d
commit 812daaaf06
@@ -142,7 +142,7 @@
>
<textarea
v-model="CUSTOM_NAMING_STYLE"
class="flex flex-1 bg-primaryLight px-4 py-2 rounded border border-dividerLight focus:border-divider transition"
class="flex flex-1 bg-primaryLight px-4 py-2 rounded border border-dividerLight focus:border-divider transition resize-none"
:placeholder="
t(
'settings.ai_request_naming_style_custom_placeholder'