fix(issues): add consistent spacing between list header and items
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
632ff1f8ae
commit
168d9ab5a2
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ export function ListView({
|
|||
</Tooltip>
|
||||
</div>
|
||||
</Accordion.Header>
|
||||
<Accordion.Panel>
|
||||
<Accordion.Panel className="pt-1">
|
||||
{statusIssues.length > 0 ? (
|
||||
statusIssues.map((issue) => (
|
||||
<ListRow key={issue.id} issue={issue} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue