Skip to content

Commit

Permalink
(less) Fixes twbs#13003: Move padding on radio and checkbox options f…
Browse files Browse the repository at this point in the history
…rom the surrounding div to the label to remove the no-click deadzone caused by negative margin
  • Loading branch information
mdo committed Mar 10, 2014
1 parent c351f2d commit dd82b75
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions forms.less
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,11 @@ input[type="date"] {
min-height: @line-height-computed; // clear the floating input if there is no label text
margin-top: 10px;
margin-bottom: 10px;
padding-left: 20px;

label {
display: inline;
// display: inline;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
Expand Down

0 comments on commit dd82b75

Please sign in to comment.