mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-13 13:29:25 +01:00
Use base padding for input-group-addon class
This commit is contained in:
parent
3160bd872e
commit
79666385f7
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user