Skip to content

Commit

Permalink
Use base padding for input-group-addon class
Browse files Browse the repository at this point in the history
  • Loading branch information
burnsra committed May 24, 2013
1 parent 3160bd8 commit 7966638
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/assets/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -1579,7 +1579,7 @@ select:focus:invalid:focus {
}

.input-group-addon {
padding: 6px 8px;
padding: 8px 12px;
font-size: 14px;
font-weight: normal;
line-height: 1.428571429;
Expand Down
2 changes: 1 addition & 1 deletion less/forms.less
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ select:focus:invalid {
// -------------------------
.input-group-addon {
.box-sizing(border-box);
padding: 6px 8px;
padding: @padding-base-vertical @padding-base-horizontal;
font-size: @font-size-base;
font-weight: normal;
line-height: @line-height-base;
Expand Down

0 comments on commit 7966638

Please sign in to comment.