From: Mark Otto Date: Wed, 5 Aug 2015 03:40:09 +0000 (-0700) Subject: fixes #16769: use a clearfix on the .modal-header instead of a min-height to avoid... X-Git-Tag: v3.3.6~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=575869253526f848ee6cc823c1a0fb3feb63ac37;p=thirdparty%2Fbootstrap.git fixes #16769: use a clearfix on the .modal-header instead of a min-height to avoid collapsing when only a dismiss button is available and no .modal-title --- diff --git a/less/modals.less b/less/modals.less index 1de622050e..767ce36ba3 100644 --- a/less/modals.less +++ b/less/modals.less @@ -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 {