We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 531443f commit efcdbacCopy full SHA for efcdbac
1 file changed
app/components/Compare/FacetCard.vue
@@ -101,14 +101,14 @@ function getShortName(header: string): string {
101
102
<!-- Package name -->
103
<span
104
- class="relative font-mono text-xs text-fg-muted truncate flex-shrink min-w-0"
+ class="relative font-mono text-xs text-fg-muted truncate flex-shrink-0"
105
:title="headers[index]"
106
>
107
{{ getShortName(headers[index] ?? '') }}
108
</span>
109
110
<!-- Value -->
111
- <span class="relative flex-shrink-0">
+ <span class="relative min-w-0 text-end">
112
<!-- Loading state -->
113
<template v-if="isCellLoading(index)">
114
0 commit comments