aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorGarvin <[email protected]>2013-04-06 21:48:53 -0400
committerGarvin <[email protected]>2013-04-06 21:48:53 -0400
commit05710e10f7d4a823bb4854add74e974ced858e14 (patch)
treecabf82c2716694416038f02733ae5f8900a3de86 /less
parentb99c170ef7064fb7aa89c2c9cce530a148fe56ad (diff)
downloadbootstrap-05710e10f7d4a823bb4854add74e974ced858e14.tar.xz
bootstrap-05710e10f7d4a823bb4854add74e974ced858e14.zip
Added min-height to modal-header for modals with no header text
Diffstat (limited to 'less')
-rw-r--r--less/modals.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/less/modals.less b/less/modals.less
index 9d9baccea..c302e2a2b 100644
--- a/less/modals.less
+++ b/less/modals.less
@@ -76,6 +76,7 @@
.modal-header {
padding: 9px 15px;
border-bottom: 1px solid #e5e5e5;
+ min-height:40px;
}
// Close icon
.modal-header .close {