Skip to content

Commit

Permalink
tighten up horizontal input and button padding
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Apr 9, 2017
1 parent 01dbc4c commit e1c3f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ $table-inverse-color: $body-bg !default;
// For each of Bootstrap's buttons, define text, background and border color.

$input-btn-padding-y: .5rem !default;
$input-btn-padding-x: 1rem !default;
$input-btn-padding-x: .75rem !default;
$input-btn-line-height: 1.25 !default;

$input-btn-padding-y-sm: .25rem !default;
Expand Down

0 comments on commit e1c3f79

Please sign in to comment.