From 09360abf81f7c84219540bede7b0a7537c479768 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 --- .../hoppscotch-common/src/components/app/Shortcuts.vue | 10 ++++++---- .../hoppscotch-common/src/components/history/index.vue | 6 ++++-- .../src/components/http/TestResult.vue | 6 ++++-- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/packages/hoppscotch-common/src/components/app/Shortcuts.vue b/packages/hoppscotch-common/src/components/app/Shortcuts.vue index 1a8608552..5fc9dc342 100644 --- a/packages/hoppscotch-common/src/components/app/Shortcuts.vue +++ b/packages/hoppscotch-common/src/components/app/Shortcuts.vue @@ -43,10 +43,12 @@ v-if="searchResults.length === 0" :text="`${t('state.nothing_found')} ‟${filterText}”`" > - - + + + {{ t("state.nothing_found") }} + "{{ filterText }}" + +
- + - + {{ t("environment.title") }}