Skip to content

Commit

Permalink
Added min-height to modal-header for modals with no header text
Browse files Browse the repository at this point in the history
  • Loading branch information
garvincasimir committed Apr 7, 2013
1 parent b99c170 commit 05710e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/assets/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -4302,6 +4302,7 @@ button.close {
}

.modal-header {
min-height: 40px;
padding: 9px 15px;
border-bottom: 1px solid #e5e5e5;
}
Expand Down
1 change: 1 addition & 0 deletions less/modals.less
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
.modal-header {
padding: 9px 15px;
border-bottom: 1px solid #e5e5e5;
min-height:40px;
}
// Close icon
.modal-header .close {
Expand Down

0 comments on commit 05710e1

Please sign in to comment.