Prevent store names from wrapping on search page
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -182,8 +182,8 @@
|
|||||||
? 'text-red-400/70 line-through'
|
? 'text-red-400/70 line-through'
|
||||||
: selectedStoreIds.has(store.id)
|
: selectedStoreIds.has(store.id)
|
||||||
? 'text-text-primary'
|
? 'text-text-primary'
|
||||||
: 'text-text-tertiary'}">{store.name}</span>
|
: 'text-text-tertiary'} whitespace-nowrap">{store.name}</span>
|
||||||
<span class="ml-auto text-2xs
|
<span class="ml-auto text-2xs whitespace-nowrap
|
||||||
{isBroken
|
{isBroken
|
||||||
? 'text-red-400/50'
|
? 'text-red-400/50'
|
||||||
: store.last_scrape_ok === null
|
: store.last_scrape_ok === null
|
||||||
|
|||||||
Reference in New Issue
Block a user