Skip to content

Commit

Permalink
Merge branch 'main' into fix-typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ibolton336 authored Jan 18, 2024
2 parents 51160d3 + 17e7eda commit e2d4ff8
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,11 @@ export const IssueAffectedFilesTable: React.FC<
item={fileReport}
rowIndex={rowIndex}
>
<Td width={70} {...getTdProps({ columnKey: "file" })}>
<Td
width={70}
{...getTdProps({ columnKey: "file" })}
modifier="truncate"
>
<Button
variant="link"
isInline
Expand Down

0 comments on commit e2d4ff8

Please sign in to comment.