-
boyd91 authored
Some CSS resets (including Bootstrap's) contain *::after{ box-sizing: border-box; } This breaks the checkbox component style. Therefor add box-sizing: content-box explicitly to increase compatibility.
ec2b62d9
Some CSS resets (including Bootstrap's) contain *::after{ box-sizing: border-box; } This breaks the checkbox component style. Therefor add box-sizing: content-box explicitly to increase compatibility.