File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ function handleBlur() {
182182 <span class =" i-carbon:clean w-4 h-4" aria-hidden =" true" />
183183 {{ $t('compare.no_dependency.typeahead_title') }}
184184 </span >
185- <span class =" text-xs text-fg-muted truncate mt-0.5" >
185+ <span class =" block text-xs text-fg-muted truncate mt-0.5" >
186186 {{ $t('compare.no_dependency.typeahead_description') }}
187187 </span >
188188 </ButtonBase >
@@ -196,8 +196,8 @@ 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 >
200- <span v-if =" result.description" class =" text-xs text-fg-muted truncate mt-0.5" >
199+ <span class =" block font-mono text-sm text-fg" >{{ result.name }}</span >
200+ <span v-if =" result.description" class =" block text-xs text-fg-muted truncate mt-0.5" >
201201 {{ result.description }}
202202 </span >
203203 </ButtonBase >
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ function openAuthModal() {
163163 >
164164 <span class =" i-carbon-terminal w-4 h-4 text-fg-muted" aria-hidden =" true" />
165165 </span >
166- <span class =" flex-1 min-w-0" >
166+ <span class =" flex-1 min-w-0 flex flex-col " >
167167 <span class =" font-mono text-sm text-fg truncate" >~{{ npmUser }}</span >
168168 <span class =" text-xs text-fg-subtle" >{{ $t('account_menu.npm_cli') }}</span >
169169 </span >
@@ -206,7 +206,7 @@ function openAuthModal() {
206206 >
207207 <span class =" i-carbon-cloud w-4 h-4 text-fg-muted" aria-hidden =" true" />
208208 </span >
209- <span class =" flex-1 min-w-0" >
209+ <span class =" flex-1 min-w-0 flex flex-col " >
210210 <span class =" font-mono text-sm text-fg truncate" >@{{ atprotoUser.handle }}</span >
211211 <span class =" text-xs text-fg-subtle" >{{ $t('account_menu.atmosphere') }}</span >
212212 </span >
@@ -236,7 +236,7 @@ function openAuthModal() {
236236 />
237237 <span v-else class =" i-carbon-terminal w-4 h-4 text-fg-muted" aria-hidden =" true" />
238238 </span >
239- <span class =" flex-1 min-w-0" >
239+ <span class =" flex-1 min-w-0 flex flex-col " >
240240 <span class =" font-mono text-sm text-fg" >
241241 {{
242242 isNpmConnecting
You can’t perform that action at this time.
0 commit comments