fix checkbox regression

This commit is contained in:
Jorik Schellekens 2020-06-11 12:40:49 +01:00
parent 3dd49cae97
commit 2617ce5dd5

View file

@ -25,6 +25,8 @@ limitations under the License.
input[type=checkbox] {
appearance: none;
margin: 0;
padding: 0;
& + label {
display: flex;