Fix radio/checkboxes line height

dev
Harald Wolff 2022-02-04 17:50:17 +01:00
parent 0cc0786eef
commit 327f52c4ef
1 changed files with 2 additions and 1 deletions

View File

@ -10825,7 +10825,8 @@ input {
}
input[type="radio"], input[type="checkbox"] {
width: 24px;
width: 1em;
height: 1em;
min-width: unset;
max-width: unset;
margin-right: 1rem;