Skip to content

Commit

Permalink
Add breakworkd to table (#1635)
Browse files Browse the repository at this point in the history
(cherry picked from commit e9355de)
  • Loading branch information
carlosthe19916 committed Apr 14, 2023
1 parent b427d7d commit 1882cc9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -52,7 +52,7 @@ export const IssueOverview: React.FC<IIssueOverviewProps> = ({
<Tbody>
{affectedFile.files.map((file, index) => (
<Tr key={index}>
<Td dataLabel="File">
<Td dataLabel="File" modifier="breakWord">
<FileLink
fileId={file.fileId}
defaultText={file.fileName}
Expand Down

0 comments on commit 1882cc9

Please sign in to comment.