Commit f2a0a78b authored by Chris Rebert's avatar Chris Rebert

Merge pull request #15427 from twbs/defunct-bug-1969

Remove reference to old fixed WebKit bug in Less comment.
parents bb9118f0 c2758509
...@@ -461,8 +461,7 @@ input[type="checkbox"] { ...@@ -461,8 +461,7 @@ input[type="checkbox"] {
} }
// Remove default margin on radios/checkboxes that were used for stacking, and // 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 // then undo the floating of radios and checkboxes to match.
// a bug in WebKit: https://github.com/twbs/bootstrap/issues/1969).
.radio, .radio,
.checkbox { .checkbox {
display: inline-block; display: inline-block;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment