fix checkbox width

This commit is contained in:
Kenneth SOARES
2025-06-14 15:51:58 +02:00
committed by imperosol
parent 3bcd417ad0
commit 957441ceb1

View File

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