From f723e6496aaef7c115c1ca5da110343cf81e5342 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Mon, 26 Jun 2023 18:30:25 +0530 Subject: [PATCH] fix: text overflow on details summary label (#3160) Co-authored-by: Nivedin --- packages/hoppscotch-common/src/components/app/Shortcuts.vue | 5 +++-- packages/hoppscotch-common/src/components/history/index.vue | 6 ++++-- .../hoppscotch-common/src/components/http/TestResult.vue | 6 ++++-- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/packages/hoppscotch-common/src/components/app/Shortcuts.vue b/packages/hoppscotch-common/src/components/app/Shortcuts.vue index 2adfd302a..40edaf886 100644 --- a/packages/hoppscotch-common/src/components/app/Shortcuts.vue +++ b/packages/hoppscotch-common/src/components/app/Shortcuts.vue @@ -44,8 +44,9 @@ class="flex flex-col items-center justify-center p-4 text-secondaryLight" > - - {{ t("state.nothing_found") }} "{{ filterText }}" + + {{ t("state.nothing_found") }} + "{{ filterText }}" diff --git a/packages/hoppscotch-common/src/components/history/index.vue b/packages/hoppscotch-common/src/components/history/index.vue index 66bb1275c..5301b48b0 100644 --- a/packages/hoppscotch-common/src/components/history/index.vue +++ b/packages/hoppscotch-common/src/components/history/index.vue @@ -72,9 +72,11 @@ class="flex items-center justify-between flex-1 min-w-0 transition cursor-pointer focus:outline-none text-secondaryLight text-tiny group" > - + - + {{ t("environment.title") }}