mirror of
https://github.com/strapi/strapi.git
synced 2026-01-08 21:35:41 +00:00
chore(webhooks/EditView): add padding to td and th
This commit is contained in:
parent
0d46b7ada7
commit
38eb69ca5e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user