Skip to content

Commit efcdbac

Browse files
authored
fix: keep package name visible (#1344)
1 parent 531443f commit efcdbac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/components/Compare/FacetCard.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,14 @@ function getShortName(header: string): string {
101101

102102
<!-- Package name -->
103103
<span
104-
class="relative font-mono text-xs text-fg-muted truncate flex-shrink min-w-0"
104+
class="relative font-mono text-xs text-fg-muted truncate flex-shrink-0"
105105
:title="headers[index]"
106106
>
107107
{{ getShortName(headers[index] ?? '') }}
108108
</span>
109109

110110
<!-- Value -->
111-
<span class="relative flex-shrink-0">
111+
<span class="relative min-w-0 text-end">
112112
<!-- Loading state -->
113113
<template v-if="isCellLoading(index)">
114114
<span

0 commit comments

Comments
 (0)