From 0895d651883621e8573882a0472f29f057624775 Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Wed, 9 Feb 2022 15:36:00 +0530 Subject: [PATCH] feat: fix codemirror width --- .../components/environments/Edit.vue | 7 ----- .../components/graphql/RequestOptions.vue | 9 ------- .../components/http/Authorization.vue | 26 +++---------------- .../components/http/BodyParameters.vue | 14 ---------- .../components/http/Headers.vue | 16 ------------ .../components/http/Parameters.vue | 14 ---------- .../components/http/Request.vue | 14 ---------- .../components/http/URLEncodedParams.vue | 14 ---------- .../components/realtime/Socketio.vue | 8 ++---- .../components/smart/EnvInput.vue | 7 ++++- .../helpers/editor/themes/baseTheme.ts | 1 + 11 files changed, 13 insertions(+), 117 deletions(-) diff --git a/packages/hoppscotch-app/components/environments/Edit.vue b/packages/hoppscotch-app/components/environments/Edit.vue index 0f7e70fa4..fdef5a59b 100644 --- a/packages/hoppscotch-app/components/environments/Edit.vue +++ b/packages/hoppscotch-app/components/environments/Edit.vue @@ -61,13 +61,6 @@ /> diff --git a/packages/hoppscotch-app/components/graphql/RequestOptions.vue b/packages/hoppscotch-app/components/graphql/RequestOptions.vue index f8de9fbc2..5567ba862 100644 --- a/packages/hoppscotch-app/components/graphql/RequestOptions.vue +++ b/packages/hoppscotch-app/components/graphql/RequestOptions.vue @@ -166,15 +166,6 @@ :spellcheck="false" :value="header.key" autofocus - styles=" - bg-transparent - flex - flex-1 - py-1 - px-4 - truncate - " - class="flex-1 !flex" @input=" updateHeader(index, { key: $event, diff --git a/packages/hoppscotch-app/components/http/Authorization.vue b/packages/hoppscotch-app/components/http/Authorization.vue index c528c949e..279f26bb4 100644 --- a/packages/hoppscotch-app/components/http/Authorization.vue +++ b/packages/hoppscotch-app/components/http/Authorization.vue @@ -158,50 +158,32 @@
- +
- +
- +
- +