admin ValidVotersTable: Convert table to tw

This commit is contained in:
David Ernst
2024-07-06 19:36:38 +03:00
parent 6b5d8e44f1
commit 2fcb08b2e3

View File

@@ -50,7 +50,7 @@ export const ValidVotersTable = ({
return (
<>
<table className="pb-3">
<table className="block w-full pb-3 overflow-auto border-collapse">
<thead>
<tr>
<th>
@@ -196,13 +196,6 @@ export const ValidVotersTable = ({
</tbody>
<style jsx>{`
table {
border-collapse: collapse;
display: block;
overflow: auto;
width: 100%;
}
th,
td {
border: 1px solid #ccc;