scss: avoid all padding on radio/checkbox, workaround for some Safari (#71278)

This commit is contained in:
Frédéric Péters 2022-11-14 14:51:02 +01:00 committed by Gitea
parent 5720f6d4e2
commit 926f9227b2
1 changed files with 1 additions and 0 deletions

View File

@ -321,6 +321,7 @@ select {
input[type="checkbox"],
input[type="radio"] {
padding: 0;
margin-right: 0.7em;
margin-bottom: 0.7em;
&:focus {