diff options
| author | Garvin <[email protected]> | 2013-04-06 21:48:53 -0400 |
|---|---|---|
| committer | Garvin <[email protected]> | 2013-04-06 21:48:53 -0400 |
| commit | 05710e10f7d4a823bb4854add74e974ced858e14 (patch) | |
| tree | cabf82c2716694416038f02733ae5f8900a3de86 | |
| parent | b99c170ef7064fb7aa89c2c9cce530a148fe56ad (diff) | |
| download | bootstrap-05710e10f7d4a823bb4854add74e974ced858e14.tar.xz bootstrap-05710e10f7d4a823bb4854add74e974ced858e14.zip | |
Added min-height to modal-header for modals with no header text
| -rw-r--r-- | docs/assets/css/bootstrap.css | 1 | ||||
| -rw-r--r-- | less/modals.less | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index b4b499e8f..2c7a106fc 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -4302,6 +4302,7 @@ button.close { } .modal-header { + min-height: 40px; padding: 9px 15px; border-bottom: 1px solid #e5e5e5; } 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 { |
