Racepicks: Set a min width for the guess table columns
All checks were successful
Build Formula11 Docker Image / pocketbase-docker (push) Successful in 47s

This commit is contained in:
2025-02-04 09:14:26 +01:00
parent d33c663c06
commit df993f61bc

View File

@ -314,7 +314,7 @@
{@const picks = data.racepicks.filter((pick: RacePick) => pick.user === user.id)}
<div
class="card ml-1 mt-2 w-full overflow-hidden py-2 shadow lg:ml-2 {data.user &&
class="card ml-1 mt-2 w-full min-w-12 overflow-hidden py-2 shadow lg:ml-2 {data.user &&
data.user.username === user.username
? 'bg-primary-300'
: ''}"