Files
vibe-kanban/frontend
Louis Knight-Webb 735fb54266 Made the task details header more concise by: (#70)
1. **Reduced padding**: Changed from `p-6 pb-4` to `p-4 pb-2` 
2. **Smaller title**: Changed from `text-xl` to `text-lg` and reduced bottom margin
3. **Compact description**: 
   - Smaller text (`text-xs` instead of `text-sm`)
   - Less padding (`p-2` instead of `p-3`)
   - Lighter background (`bg-muted/20` instead of `bg-muted/30`)
   - Added left border for visual distinction
   - Reduced line clamp from 6 to 3 lines
   - Lower expansion threshold (150 vs 200 characters)

This provides significantly more space for content below while maintaining readability.
2025-07-04 00:47:21 +01:00
..
2025-06-17 21:41:57 -04:00
2025-06-25 09:36:07 +01:00
2025-06-25 09:36:07 +01:00
2025-06-14 15:14:08 -04:00
2025-06-17 20:36:25 -04:00
2025-06-25 09:36:34 +01:00
2025-06-27 13:32:32 +01:00
2025-06-14 15:14:08 -04:00
2025-06-14 16:26:48 -04:00
2025-06-14 15:14:08 -04:00
2025-07-02 18:24:26 +01:00