We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43aef80 commit b17727eCopy full SHA for b17727e
static/app/components/group/externalIssuesList/streamlinedExternalIssueList.tsx
@@ -91,7 +91,7 @@ export function StreamlinedExternalIssueList({
91
}
92
93
return (
94
- <Flex direction="row" gap="md">
+ <Flex direction="row" gap="md" wrap="wrap">
95
{linkedIssues.length > 0 && (
96
<IssueActionWrapper>
97
{linkedIssues.map(linkedIssue => (
0 commit comments