Use base padding for input-group-addon class

This commit is contained in:
Robert Burns
2013-05-24 08:14:11 -04:00
parent 3160bd872e
commit 79666385f7
2 changed files with 2 additions and 2 deletions

View File

@@ -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;