mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Fix policies on small width (#5077)
This commit is contained in:
parent
46e323cd9c
commit
c5df50d98d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
/>
|
||||
),
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue