Fix css on tables

This commit is contained in:
Bruno Rybársky 2024-02-14 21:05:13 +01:00
parent e3de6a085f
commit 3d73142e0d

@ -115,6 +115,8 @@ table>tbody>tr>td>button {
border: unset;
border-radius: unset;
border-collapse: unset;
padding: 0;
margin: 0;
}
table {