From: Kevin Kirsche Date: Mon, 2 Feb 2015 15:35:21 +0000 (-0500) Subject: Fix #15712: Add example of how to use grid system within a modal X-Git-Tag: v3.3.4~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=504435e0b07e6c638df995959bb1f0a4a182ceca;p=thirdparty%2Fbootstrap.git Fix #15712: Add example of how to use grid system within a modal Closes #15725 by merging a tweaked version of it. --- diff --git a/docs/_includes/js/modal.html b/docs/_includes/js/modal.html index d845795992..1b653d17c0 100644 --- a/docs/_includes/js/modal.html +++ b/docs/_includes/js/modal.html @@ -216,6 +216,102 @@ $('#myModal').on('shown.bs.modal', function () { +{% endhighlight %} + +

Using the grid system

+

To take advantage of the Bootstrap grid system within a modal, just nest .container-fluid within the .modal-body and then use the normal grid system classes within this container.

+ + +
+ +
+{% highlight html %} + + {% endhighlight %}