Skip to content

Commit 9cf29d4

Browse files
committed
chore: apply coderabbitai suggestions
1 parent e7abc86 commit 9cf29d4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

app/components/Compare/PackageSelector.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

app/components/Header/AccountMenu.client.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)