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:
mariosemes
2026-03-27 07:49:54 +01:00
parent 8fbe359d40
commit 859ccd8b68

View File

@@ -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