fix styling

This commit is contained in:
null 2024-03-07 20:21:08 +01:00
parent 118ac79c52
commit a5c01038ca
1 changed files with 4 additions and 0 deletions

View File

@ -122,6 +122,10 @@ input, select {
width: 100%; width: 100%;
} }
input[type=checkbox] {
width: inherit
}
form { form {
margin: 0; margin: 0;
} }