Skip to content

Commit

Permalink
fix: Prevent focus indicator clipping
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed May 21, 2024
1 parent e9ab4c1 commit 2dc6d5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const CustomTypesTable: FC<CustomTypesTableProps> = ({
// The wrapping `<div>` prevents `<Table>` from growing vertically.
return (
<div>
<Table columnLayout="28px 1fr 1fr 1fr 40px">
<Table columnLayout="28px 1fr 1fr 1fr 42px">
<TableHead>
<TableRow>
<TableCell>
Expand Down

0 comments on commit 2dc6d5a

Please sign in to comment.