0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-20 17:54:23 +01:00

Mention pagination margin change in migration docs (#29196)

From #28948.
This commit is contained in:
Mark Otto 2019-08-03 07:27:33 -07:00 committed by XhmikosR
parent 4ae6a29b12
commit 7bce809a63

View File

@ -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`