aboutsummaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2019-08-03 07:27:33 -0700
committerXhmikosR <[email protected]>2019-08-03 17:27:33 +0300
commit7bce809a63a37d1395333b179cd83d710c8ebf6f (patch)
tree4aa02cc5161052077ab0324de5f499626f519203 /site
parent4ae6a29b1237818db71ed284139071c3f3ea8aa3 (diff)
downloadbootstrap-7bce809a63a37d1395333b179cd83d710c8ebf6f.tar.xz
bootstrap-7bce809a63a37d1395333b179cd83d710c8ebf6f.zip
Mention pagination margin change in migration docs (#29196)
From #28948.
Diffstat (limited to 'site')
-rw-r--r--site/content/docs/4.3/migration.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/site/content/docs/4.3/migration.md b/site/content/docs/4.3/migration.md
index 1cb256b0d..dd98b6adc 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`