Skip to content

Commit

Permalink
Remove reference to old fixed WebKit bug in Less comment.
Browse files Browse the repository at this point in the history
Per #1969 (comment)

[skip sauce]
[skip validator]
  • Loading branch information
cvrebert committed Dec 22, 2014
1 parent bb9118f commit c275850
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions less/forms.less
Original file line number Diff line number Diff line change
Expand Up @@ -461,8 +461,7 @@ input[type="checkbox"] {
}

// Remove default margin on radios/checkboxes that were used for stacking, and
// then undo the floating of radios and checkboxes to match (which also avoids
// a bug in WebKit: https://github.com/twbs/bootstrap/issues/1969).
// then undo the floating of radios and checkboxes to match.
.radio,
.checkbox {
display: inline-block;
Expand Down

0 comments on commit c275850

Please sign in to comment.