Skip to content
This repository has been archived by the owner on May 15, 2022. It is now read-only.

Commit

Permalink
Fixed issue #19 Different height between button
Browse files Browse the repository at this point in the history
  • Loading branch information
aozora committed Aug 31, 2013
1 parent 851df56 commit a7694d7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- Fixed Issue #25 Mini button with icon alignment issue
- Fixed Issue #24 Checkbox and radio button toggles not obvious
- Fixed issue #23 Striped progress bars not repeated
- Fixed issue
- Fixed issue #19 Different height between button
- Fixed issue


Expand Down
4 changes: 3 additions & 1 deletion docs/assets/css/bootplus.css
Original file line number Diff line number Diff line change
Expand Up @@ -2727,7 +2727,9 @@ button.close {
}

a.btn {
line-height: 29px;
height: 27px;
min-height: 27px;
line-height: 27px;
}

.btn-large {
Expand Down
4 changes: 3 additions & 1 deletion less/bootplus/buttons.less
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@
}

a.btn {
line-height: 29px;
line-height: 27px;
height: 27px;
min-height: 27px;
}


Expand Down

0 comments on commit a7694d7

Please sign in to comment.