(In)ValidVotersTables: Remove useless margin:0 css

This commit is contained in:
David Ernst
2024-07-06 22:39:15 +03:00
parent e6648f0605
commit f0f7bf7497
2 changed files with 0 additions and 2 deletions

View File

@@ -69,7 +69,6 @@ export const InvalidVotersTable = ({ hide_approved, hide_voted }: { hide_approve
td {
border: 1px solid #ccc;
padding: 3px 10px;
margin: 0;
}
`}</style>
</>

View File

@@ -169,7 +169,6 @@ export const ValidVotersTable = ({
td {
border: 1px solid #ccc;
padding: 3px 10px;
margin: 0;
}
`}</style>
</table>