diff --git a/scss/_reboot.scss b/scss/_reboot.scss
index 6ff66a0226..263829586c 100644
--- a/scss/_reboot.scss
+++ b/scss/_reboot.scss
@@ -157,7 +157,6 @@ address {
ol,
ul {
- padding-right: 2rem;
padding-left: 2rem;
}
diff --git a/site/content/docs/4.3/content/reboot.md b/site/content/docs/4.3/content/reboot.md
index fd7dcbd1ea..41ff680db0 100644
--- a/site/content/docs/4.3/content/reboot.md
+++ b/site/content/docs/4.3/content/reboot.md
@@ -102,7 +102,7 @@ All heading elements—e.g., `
`—and `
` are reset to have their `margin-
## Lists
-All lists—`
`, ``, and ``—have their `margin-top` removed and a `margin-bottom: 1rem`. Nested lists have no `margin-bottom`. We've also reset the horizontal `padding` on `` and `` elements.
+All lists—``, ``, and ``—have their `margin-top` removed and a `margin-bottom: 1rem`. Nested lists have no `margin-bottom`. We've also reset the `padding-left` on `` and `` elements.
{{< markdown >}}
diff --git a/site/content/docs/4.3/migration.md b/site/content/docs/4.3/migration.md
index c0a3cbe1b7..ef713a7de4 100644
--- a/site/content/docs/4.3/migration.md
+++ b/site/content/docs/4.3/migration.md
@@ -53,7 +53,7 @@ Changes to any layout tools and our grid system.
Changes to Reboot, typography, tables, and more.
- **Todo:** Make RFS enabled by default
-- Reset default horizontal `padding` on `
` and `` elements from browser default `40px` to `2rem`.
+- Reset default horizontal `padding-left` on `` and `` elements from browser default `40px` to `2rem`.
## Forms