From 62060a0603af1a381482b45aaab4563806ba8805 Mon Sep 17 00:00:00 2001 From: Vignesh P Date: Mon, 8 Sep 2025 16:26:55 +0530 Subject: [PATCH] fix(common): correct indentation for nested endpoints in sidebar (#5370) --- .../src/components/collections/ExampleResponse.vue | 6 +++--- .../src/components/collections/Request.vue | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/hoppscotch-common/src/components/collections/ExampleResponse.vue b/packages/hoppscotch-common/src/components/collections/ExampleResponse.vue index c5105aea..d14952a4 100644 --- a/packages/hoppscotch-common/src/components/collections/ExampleResponse.vue +++ b/packages/hoppscotch-common/src/components/collections/ExampleResponse.vue @@ -4,11 +4,11 @@ @contextmenu.prevent="options?.tippy?.show()" >
{{ responseName }} diff --git a/packages/hoppscotch-common/src/components/collections/Request.vue b/packages/hoppscotch-common/src/components/collections/Request.vue index 66b1d62d..c286f9a6 100644 --- a/packages/hoppscotch-common/src/components/collections/Request.vue +++ b/packages/hoppscotch-common/src/components/collections/Request.vue @@ -22,11 +22,11 @@ @dragend="resetDragState" @contextmenu.prevent="options?.tippy?.show()" > -
+
@@ -35,7 +35,7 @@ @click="selectRequest()" >