Skip to content

Commit 45f3c9b

Browse files
author
Mukul Tayal
committed
fix: work break in commits and event list
1 parent b7d3f62 commit 45f3c9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/ResourceBrowser/ResourceList/EventList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export function EventList({
3838
}}
3939
></span>
4040
</div>
41-
<div className="dc__highlight-text">
41+
<div className="dc__highlight-text dc__break-word">
4242
<span
4343
dangerouslySetInnerHTML={{
4444
__html: highlightSearchedText(searchText, eventData.message),

src/components/common/GitCommitInfoGeneric.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ export default function GitCommitInfoGeneric({
238238
</div>
239239
) : null}
240240
{_lowerCaseCommitInfo.message ? (
241-
<div data-testid={`${_lowerCaseCommitInfo.message.trim()}-${isExcluded ? "excluded": "included"}`} className="material-history__text flex left top material-history-text--padded">
241+
<div data-testid={`${_lowerCaseCommitInfo.message.trim()}-${isExcluded ? "excluded": "included"}`} className="material-history__text flex left top material-history-text--padded dc__word-break-all">
242242
<MessageIcon className="icon-dim-16 mw-16 mr-8 mt-2" />
243243
{_lowerCaseCommitInfo.message}
244244
</div>

0 commit comments

Comments
 (0)