Skip to content

Commit

Permalink
fixes twbs#16769: use a clearfix on the .modal-header instead of a mi…
Browse files Browse the repository at this point in the history
…n-height to avoid collapsing when only a dismiss button is available and no .modal-title
  • Loading branch information
mdo committed Aug 5, 2015
1 parent c266f97 commit 5758692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion less/modals.less
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
.modal-header {
padding: @modal-title-padding;
border-bottom: 1px solid @modal-header-border-color;
min-height: (@modal-title-padding + @modal-title-line-height);
&:extend(.clearfix all);
}
// Close icon
.modal-header .close {
Expand Down

0 comments on commit 5758692

Please sign in to comment.