Prevent Store and Link columns from wrapping to two lines

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
mariosemes
2026-03-26 22:52:03 +01:00
parent 59aaf0c8a5
commit 4ec673b128

View File

@@ -327,10 +327,10 @@
<td class="px-4 py-2 text-right">
<span class="text-sm font-semibold text-accent-text whitespace-nowrap">{formatPrice(product.price, product.currency)}</span>
</td>
<td class="px-4 py-2">
<td class="px-4 py-2 whitespace-nowrap">
<span class="text-2xs text-text-tertiary bg-surface px-1.5 py-0.5 rounded">{product.storeName}</span>
</td>
<td class="px-6 py-2 text-right">
<td class="px-6 py-2 text-right whitespace-nowrap">
<a href={product.url} target="_blank" rel="noopener noreferrer"
class="text-2xs text-accent-text hover:text-accent transition-colors opacity-0 group-hover:opacity-100">
Open &rarr;