diff --git a/src/components/searchbox/NodeSearchBox.vue b/src/components/searchbox/NodeSearchBox.vue index 91f42858d..cbf629ae3 100644 --- a/src/components/searchbox/NodeSearchBox.vue +++ b/src/components/searchbox/NodeSearchBox.vue @@ -31,14 +31,14 @@ - - -
- {{ option.category.replaceAll('/', ' > ') }} +
+ {{ option.category.replaceAll('/', ' > ') }} +
+ @@ -158,15 +158,15 @@ const setHoverSuggestion = (index: number) => { } .option-container { - @apply flex flex-col px-2 py-0 cursor-pointer overflow-hidden w-full; + @apply flex justify-between items-center px-2 py-0 cursor-pointer overflow-hidden w-full; } .option-display-name { - @apply font-semibold flex justify-between items-center; + @apply font-semibold flex flex-col; } .option-category { - @apply text-sm text-gray-400 overflow-hidden text-ellipsis; + @apply font-light text-sm text-gray-400 overflow-hidden text-ellipsis; /* Keeps the text on a single line by default */ white-space: nowrap; }