diff --git a/packages/core/admin/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/Events/index.js b/packages/core/admin/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/Events/index.js index 86899bb85a..2dbd4cf8cf 100644 --- a/packages/core/admin/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/Events/index.js +++ b/packages/core/admin/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/Events/index.js @@ -44,16 +44,15 @@ const StyledTable = styled(Table)` color: ${({ theme }) => theme.colors.neutral500}; } - td { + td, + th { + padding-block-start: ${({ theme }) => theme.spaces[3]}; + padding-block-end: ${({ theme }) => theme.spaces[3]}; width: 10%; vertical-align: middle; text-align: center; } - tr { - height: 52px; - } - tbody tr td:first-child { // Add padding to the start of the first column to avoid the checkbox appearing // too close to the edge of the table