File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments