aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2020-04-30 06:17:08 -0700
committerGitHub <[email protected]>2020-04-30 15:17:08 +0200
commit3e73039936cac423919f8ccb260bc418ee83765e (patch)
tree88fc864082d77ab1c48f5b2c832bb45299ab2560 /site/content/docs
parent85c4788dedfdec7d681829e3a52ada0c33f8fa8e (diff)
downloadbootstrap-3e73039936cac423919f8ccb260bc418ee83765e.tar.xz
bootstrap-3e73039936cac423919f8ccb260bc418ee83765e.zip
v5: Unify spacing across components (#30564)
Co-Authored-By: Martijn Cuppens <[email protected]>
Diffstat (limited to 'site/content/docs')
-rw-r--r--site/content/docs/4.3/migration.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/site/content/docs/4.3/migration.md b/site/content/docs/4.3/migration.md
index 44c0421bc..1fc4c7027 100644
--- a/site/content/docs/4.3/migration.md
+++ b/site/content/docs/4.3/migration.md
@@ -125,6 +125,8 @@ Changes to Reboot, typography, tables, and more.
## Components
+- Unified `padding` values for alerts, breadcrumbs, cards, dropdowns, list groups, modals, popovers, and tooltips to be based on our `$spacer` variable. [See #30564](https://github.com/twbs/bootstrap/pull/30564).
+
### Disabled states
- Disabled states of the buttons, close button, pagination link & form range now have `pointer-events: none` added. This simplifies our codebase and makes it easier to override active states in CSS. [#29296](https://github.com/twbs/bootstrap/pull/29296).