Skip to content

Commit 8bf10f5

Browse files
authored
fix(vite): truncate text in homepage (#235)
1 parent cce6f9d commit 8bf10f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vite/src/app/pages/home.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ const metadata = computed(() => [
140140
<div>
141141
{{ row.label }}
142142
</div>
143-
<div font-mono>
143+
<div font-mono truncate>
144144
{{ row.value }}
145145
</div>
146146
</div>

0 commit comments

Comments
 (0)