We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c0223b commit 94739a7Copy full SHA for 94739a7
app/components/Compare/PackageSelector.vue
@@ -204,7 +204,10 @@ function handleFocus() {
204
@click="addPackage(result.name)"
205
>
206
<span class="font-mono text-sm text-fg block">{{ result.name }}</span>
207
- <span v-if="result.description" class="text-xs text-fg-muted truncate mt-0.5">
+ <span
208
+ v-if="result.description"
209
+ class="text-xs text-fg-muted truncate mt-0.5 w-full block"
210
+ >
211
{{ result.description }}
212
</span>
213
</ButtonBase>
0 commit comments