From 31fd6567b7a231bcc70c485f22b1ecdf94cf42c3 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Mon, 17 Jul 2023 12:32:45 +0530 Subject: [PATCH] fix: text overflow on spotlight search results (#3181) --- .../src/components/app/spotlight/Entry.vue | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/packages/hoppscotch-common/src/components/app/spotlight/Entry.vue b/packages/hoppscotch-common/src/components/app/spotlight/Entry.vue index 1d0593ba9..bcee97c4e 100644 --- a/packages/hoppscotch-common/src/components/app/spotlight/Entry.vue +++ b/packages/hoppscotch-common/src/components/app/spotlight/Entry.vue @@ -12,37 +12,37 @@ class="opacity-50 svg-icons" :class="{ 'opacity-100': active }" /> - - {{ entry.text.text }} - - + {{ entry.text.text }} + + + + +