feature: adjust checkbox size
This commit is contained in:
@ -11,6 +11,7 @@ type OwnProps = {
|
||||
const TD = styled.td`
|
||||
position: relative;
|
||||
box-sizing: border-box;
|
||||
height: 32px;
|
||||
|
||||
::before {
|
||||
content: '';
|
||||
|
||||
Reference in New Issue
Block a user