From: Mark Otto Date: Wed, 5 Aug 2015 02:57:49 +0000 (-0700) Subject: fixes #16902: remove the .container-fluid from the grid system in modal example since... X-Git-Tag: v3.3.6~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9bee7deb6564234294925bd7480b93060b6d5a9;p=thirdparty%2Fbootstrap.git fixes #16902: remove the .container-fluid from the grid system in modal example since it's doubling up padding --- diff --git a/docs/_includes/js/modal.html b/docs/_includes/js/modal.html index bdecb1eff6..7e0a427efd 100644 --- a/docs/_includes/js/modal.html +++ b/docs/_includes/js/modal.html @@ -219,7 +219,7 @@ $('#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.

+

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