Browse Source

chore: disable resizing the custom request naming style textarea field

AI Experiments in the cloud offering.
jamesgeorge007 1 month ago
parent
commit
812daaaf06
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/hoppscotch-common/src/pages/settings.vue

+ 1 - 1
packages/hoppscotch-common/src/pages/settings.vue

@@ -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'