diff options
| author | Mark Otto <[email protected]> | 2012-04-16 14:38:22 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-04-16 14:38:22 -0700 |
| commit | 5fa0fcc888bdeb5210b03445045ba61bdf7b0034 (patch) | |
| tree | a057a32533476d61752b408743634963457a639a /docs/templates/pages/javascript.mustache | |
| parent | 41b695b8cd171578c78f740d902abcfae62bf7e3 (diff) | |
| download | bootstrap-5fa0fcc888bdeb5210b03445045ba61bdf7b0034.tar.xz bootstrap-5fa0fcc888bdeb5210b03445045ba61bdf7b0034.zip | |
fix modal per #3086
Diffstat (limited to 'docs/templates/pages/javascript.mustache')
| -rw-r--r-- | docs/templates/pages/javascript.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index e0f3822e0..1ae3ffa5a 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -129,7 +129,7 @@ <h2>{{_i}}Static example{{/i}}</h2> <p>{{_i}}Below is a statically rendered modal.{{/i}}</p> <div class="well modal-example" style="background-color: #888; border: none;"> - <div class="modal" style="position: relative; top: auto; left: auto; margin: 0 auto; z-index: 1"> + <div class="modal" style="position: relative; top: auto; left: auto; margin: 0 auto; z-index: 1; max-width: 100%;"> <div class="modal-header"> <button class="close" data-dismiss="modal">×</button> <h3>{{_i}}Modal header{{/i}}</h3> |
