]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Added min-height to modal-header for modals with no header text 7494/head
authorGarvin <gjcasimir@gmail.com>
Sun, 7 Apr 2013 01:48:53 +0000 (21:48 -0400)
committerGarvin <gjcasimir@gmail.com>
Sun, 7 Apr 2013 01:48:53 +0000 (21:48 -0400)
docs/assets/css/bootstrap.css
less/modals.less

index b4b499e8f6a3f7d7db4948a1cb307ba203150197..2c7a106fc44fcde5aa9a7fb8758cfd27e4a07654 100644 (file)
@@ -4302,6 +4302,7 @@ button.close {
 }
 
 .modal-header {
+  min-height: 40px;
   padding: 9px 15px;
   border-bottom: 1px solid #e5e5e5;
 }
index 9d9baccea11a9b9afc480cf7c55f8bf1c43d5589..c302e2a2b50128e375814bc7ad877f0c0f8c0a7a 100644 (file)
@@ -76,6 +76,7 @@
 .modal-header {
   padding: 9px 15px;
   border-bottom: 1px solid #e5e5e5;
+  min-height:40px;
 }
 // Close icon
 .modal-header .close {