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:
@@ -327,10 +327,10 @@
|
|||||||
<td class="px-4 py-2 text-right">
|
<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>
|
<span class="text-sm font-semibold text-accent-text whitespace-nowrap">{formatPrice(product.price, product.currency)}</span>
|
||||||
</td>
|
</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>
|
<span class="text-2xs text-text-tertiary bg-surface px-1.5 py-0.5 rounded">{product.storeName}</span>
|
||||||
</td>
|
</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"
|
<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">
|
class="text-2xs text-accent-text hover:text-accent transition-colors opacity-0 group-hover:opacity-100">
|
||||||
Open →
|
Open →
|
||||||
|
|||||||
Reference in New Issue
Block a user