v1.0.9-beta.047 - style(requests): fix oversized cards and layout stretching in production
- Standardizes RequestCard image dimensions to prevent vertical stretching on mobile and desktop.
- Adds items-start to CardContent to decouple image height from text content height.
- Implements max-w-4xl and mx-auto on individual cards to ensure consistent sizing on large displays.
- Caps title length with line-clamp-1 to prevent UI displacement from long series names.
- Adds a .trim() check to imageUrl to prevent broken image icons when the database returns an empty string.