From 5a1e4bbcbc60eebad8c879e4e41a26131c89e2ac Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Wed, 30 Mar 2022 15:21:12 +0530 Subject: [PATCH] refactor: improve ui consistency --- packages/hoppscotch-app/components/graphql/Sidebar.vue | 2 +- packages/hoppscotch-app/components/history/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/hoppscotch-app/components/graphql/Sidebar.vue b/packages/hoppscotch-app/components/graphql/Sidebar.vue index 3328cc424..aa8c8d86b 100644 --- a/packages/hoppscotch-app/components/graphql/Sidebar.vue +++ b/packages/hoppscotch-app/components/graphql/Sidebar.vue @@ -49,7 +49,7 @@ type="search" autocomplete="off" :placeholder="`${t('action.search')}`" - class="flex w-full p-4 py-2 bg-transparent" + class="flex flex-1 p-4 py-2 bg-transparent" />