diff -u b/bootstrap_subtheme/less/overrides.less b/bootstrap_subtheme/less/overrides.less --- b/bootstrap_subtheme/less/overrides.less +++ b/bootstrap_subtheme/less/overrides.less @@ -631,17 +631,9 @@ // Radio and checkbox in table fixes table { - .radio { - padding-left: 0; - input[type="radio"] { - margin-left: 0; - } - } - .checkbox { - padding-left: 0; - input[type="checkbox"] { - margin-left: 0; - } + .radio input[type="radio"], + .checkbox input[type="checkbox"] { + max-width: inherit; } }