From: Mark Otto Date: Sat, 3 Aug 2019 14:27:33 +0000 (-0700) Subject: Mention pagination margin change in migration docs (#29196) X-Git-Tag: v5.0.0-alpha1~875 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bce809a63a37d1395333b179cd83d710c8ebf6f;p=thirdparty%2Fbootstrap.git Mention pagination margin change in migration docs (#29196) From #28948. --- diff --git a/site/content/docs/4.3/migration.md b/site/content/docs/4.3/migration.md index 1cb256b0d9..dd98b6adc4 100644 --- a/site/content/docs/4.3/migration.md +++ b/site/content/docs/4.3/migration.md @@ -110,6 +110,10 @@ Badges were overhauled to better differentiate themselves from buttons and to be - The jumbotron component is removed in favor of utility classes like `.bg-light` for the background color and `.p-*` classes to control padding. +### Pagination + +- Pagination links now have customizable `margin-left` that are dynamically rounded on all corners when separated from one another. + ### Popovers - Renamed `.arrow` to `.popover-arrow`