chore(webhooks/EditView): add padding to td and th

This commit is contained in:
Jamie Howard 2023-06-01 16:46:44 +01:00
parent 0d46b7ada7
commit 38eb69ca5e

View File

@ -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