diff --git a/getting-started.html b/getting-started.html index e8c20e4984..026a39c350 100644 --- a/getting-started.html +++ b/getting-started.html @@ -761,16 +761,28 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
While we don't officially support any third party plugins or add-ons, we do offer some useful advice to help avoid potential issues in your projects.
Certain third party tools—such as Google Maps—have trouble working out of the box with Bootstrap due to our use of * { box-sizing: border-box; }
. Use the following snippet to override it when necessary.
Certain third party tools—such as Google Maps and Google Custom Search Engine—have trouble working out of the box with Bootstrap due to our use of * { box-sizing: border-box; }
. Use the following snippet to override it when necessary.