Fix policies on small width (#5077)

This commit is contained in:
RachelElysia 2022-04-12 16:31:35 -04:00 committed by GitHub
parent 46e323cd9c
commit c5df50d98d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,6 +111,7 @@ const generateTableHeaders = (options: {
<LinkCell
value={cellProps.cell.value}
path={PATHS.EDIT_POLICY(cellProps.row.original)}
classes="" // Override default
/>
),
},
@ -126,7 +127,6 @@ const generateTableHeaders = (options: {
<LinkCell
value={cellProps.cell.value}
path={PATHS.EDIT_POLICY(cellProps.row.original)}
classes="" // Override default
/>
),
},