From: Spencer Davies Date: Thu, 4 Oct 2018 19:51:07 +0000 (-0600) Subject: fix - small grammar error X-Git-Tag: v4.2.0~283 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=23015571b9644c38b6991390b787b0a252c7f864;p=thirdparty%2Fbootstrap.git fix - small grammar error "given move to" -> "given the move to" --- diff --git a/site/docs/4.1/migration.md b/site/docs/4.1/migration.md index 4abf0c02d7..6fcd304001 100644 --- a/site/docs/4.1/migration.md +++ b/site/docs/4.1/migration.md @@ -209,7 +209,7 @@ New to Bootstrap 4 is the [Reboot]({{ site.baseurl }}/docs/{{ site.docs_version ### Modal - Rewrote component with flexbox. -- Given move to flexbox, alignment of dismiss icons in the header is likely broken as we're no longer using floats. Floated content comes first, but with flexbox that's no longer the case. Update your dismiss icons to come after modal titles to fix. +- Given the move to flexbox, alignment of dismiss icons in the header is likely broken as we're no longer using floats. Floated content comes first, but with flexbox that's no longer the case. Update your dismiss icons to come after modal titles to fix. - The `remote` option (which could be used to automatically load and inject external content into a modal) and the corresponding `loaded.bs.modal` event were removed. We recommend instead using client-side templating or a data binding framework, or calling [jQuery.load](https://api.jquery.com/load/) yourself. ### Navs