Skip to content

Commit bae6446

Browse files
committed
fix: add block to first line
1 parent 425ef63 commit bae6446

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/components/Compare/PackageSelector.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ function handleBlur() {
178178
:aria-label="$t('compare.no_dependency.add_column')"
179179
@click="addPackage(NO_DEPENDENCY_ID)"
180180
>
181-
<span class="text-sm text-accent italic flex items-center gap-2">
181+
<span class="text-sm text-accent italic flex items-center gap-2 block">
182182
<span class="i-carbon:clean w-4 h-4" aria-hidden="true" />
183183
{{ $t('compare.no_dependency.typeahead_title') }}
184184
</span>
@@ -196,7 +196,7 @@ function handleBlur() {
196196
class="block w-full text-start"
197197
@click="addPackage(result.name)"
198198
>
199-
<span class="font-mono text-sm text-fg">{{ result.name }}</span>
199+
<span class="font-mono text-sm text-fg block">{{ result.name }}</span>
200200
<span v-if="result.description" class="text-xs text-fg-muted truncate mt-0.5">
201201
{{ result.description }}
202202
</span>

0 commit comments

Comments
 (0)