feat: change story grid to 3 columns
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
3a78018e31
commit
6671f3118c
1 changed files with 1 additions and 1 deletions
|
|
@ -273,7 +273,7 @@ export function StoryPanel({ productId, storiesByPbi, isDemo }: StoryPanelProps)
|
|||
items={grouped[priority].map(s => s.id)}
|
||||
strategy={rectSortingStrategy}
|
||||
>
|
||||
<div className="grid grid-cols-4 gap-2">
|
||||
<div className="grid grid-cols-3 gap-2">
|
||||
{grouped[priority].map(story => (
|
||||
<SortableStoryBlock
|
||||
key={story.id}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue