• boyd91's avatar
    Add box-sizing: content-box for compatibility (#1229) · ec2b62d9
    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
checkbox.css 3.46 KB