From 85285a52044d9e079f0823dfee6d5c7ffbf7e945 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Sun, 10 Dec 2023 16:35:34 +0530 Subject: [PATCH] fix: search input height --- .../src/components/collections/graphql/index.vue | 2 +- packages/hoppscotch-common/src/components/collections/index.vue | 2 +- packages/hoppscotch-common/src/components/graphql/Sidebar.vue | 2 +- packages/hoppscotch-common/src/components/history/index.vue | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/hoppscotch-common/src/components/collections/graphql/index.vue b/packages/hoppscotch-common/src/components/collections/graphql/index.vue index adf8f93d2..a644e36f5 100644 --- a/packages/hoppscotch-common/src/components/collections/graphql/index.vue +++ b/packages/hoppscotch-common/src/components/collections/graphql/index.vue @@ -11,7 +11,7 @@ type="search" autocomplete="off" :placeholder="t('action.search')" - class="!border-0 bg-transparent py-2 pl-4 pr-2" + class="flex w-full bg-transparent px-4 py-2 h-8" />
diff --git a/packages/hoppscotch-common/src/components/graphql/Sidebar.vue b/packages/hoppscotch-common/src/components/graphql/Sidebar.vue index 5c1a9094d..4019154a6 100644 --- a/packages/hoppscotch-common/src/components/graphql/Sidebar.vue +++ b/packages/hoppscotch-common/src/components/graphql/Sidebar.vue @@ -29,7 +29,7 @@ v-model="graphqlFieldsFilterText" type="search" autocomplete="off" - class="flex w-full bg-transparent px-4 py-2" + class="flex w-full bg-transparent px-4 py-2 h-8" :placeholder="`${t('action.search')}`" />
diff --git a/packages/hoppscotch-common/src/components/history/index.vue b/packages/hoppscotch-common/src/components/history/index.vue index 483d1423c..f241407aa 100644 --- a/packages/hoppscotch-common/src/components/history/index.vue +++ b/packages/hoppscotch-common/src/components/history/index.vue @@ -9,7 +9,7 @@ v-model="filterText" type="search" autocomplete="off" - class="flex w-full bg-transparent px-4 py-2" + class="flex w-full bg-transparent px-4 py-2 h-8" :placeholder="`${t('action.search')}`" />