fix checkbox width

This commit is contained in:
Kenneth SOARES 2025-06-14 15:51:58 +02:00
parent 6e13e4fb36
commit 3dcdb6ff46

View File

@ -566,6 +566,10 @@ th {
text-align: center;
padding: 5px 10px;
>input[type="checkbox"] {
padding: unset;
}
>ul {
margin-top: 0;
}