Skip to content

Commit f236351

Browse files
authored
fix(issue-summary): Word break on code (#76217)
Add word break on code blocks in the issue summary. ![Screenshot 2024-08-14 at 1 59 48 PM](https://github.com/user-attachments/assets/fce95f28-9020-4e4b-bf34-0936987a6930)
1 parent ec6d1bf commit f236351

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

static/app/components/group/groupSummary.tsx

+3
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ const SummaryContent = styled('div')`
116116
p {
117117
margin: 0;
118118
}
119+
code {
120+
word-break: break-all;
121+
}
119122
`;
120123

121124
const StyledLoadingIndicator = styled(LoadingIndicator)`

0 commit comments

Comments
 (0)