From 6f67a97ade66de89a91145e74c8365e43c33b852 Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Mon, 30 Aug 2021 22:03:59 +0530 Subject: [PATCH] feat: textare autoresize --- assets/scss/styles.scss | 2 +- components/graphql/RequestOptions.vue | 4 ++-- components/http/Headers.vue | 4 ++-- components/http/ImportCurl.vue | 4 ++-- components/http/Parameters.vue | 4 ++-- nuxt.config.js | 1 + package-lock.json | 31 +++++++++++++++++++++++++++ package.json | 1 + plugins/v-textarea.js | 4 ++++ 9 files changed, 46 insertions(+), 9 deletions(-) create mode 100644 plugins/v-textarea.js diff --git a/assets/scss/styles.scss b/assets/scss/styles.scss index bb7215a74..f54c9535e 100644 --- a/assets/scss/styles.scss +++ b/assets/scss/styles.scss @@ -196,7 +196,7 @@ hr { .input, .select, .textarea { - @apply flex flex-1; + @apply flex; @apply w-full; @apply px-4 py-2; @apply bg-transparent; diff --git a/components/graphql/RequestOptions.vue b/components/graphql/RequestOptions.vue index d58c76fd6..2a404f1c3 100644 --- a/components/graphql/RequestOptions.vue +++ b/components/graphql/RequestOptions.vue @@ -174,7 +174,7 @@
- + />
- + />