aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-08-10 20:44:17 -0700
committerMark Otto <[email protected]>2017-08-10 20:44:17 -0700
commit39d53b09ffeaad474b9b492d239cde5a2a1383fa (patch)
tree35f530f712cd40e059996f785de08f0b8dd35fcb /docs
parent7a5dd0d1ce9ca3e4d4fb395540291721ba2f52c0 (diff)
parent94e860c5579ceb3847c44b157ef4f7720942a389 (diff)
downloadbootstrap-39d53b09ffeaad474b9b492d239cde5a2a1383fa.tar.xz
bootstrap-39d53b09ffeaad474b9b492d239cde5a2a1383fa.zip
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Diffstat (limited to 'docs')
-rw-r--r--docs/4.0/migration.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/4.0/migration.md b/docs/4.0/migration.md
index 101f7f9de..323d321f6 100644
--- a/docs/4.0/migration.md
+++ b/docs/4.0/migration.md
@@ -99,6 +99,7 @@ New to Bootstrap 4 is the [Reboot]({{ site.baseurl }}/docs/{{ site.docs_version
- Renamed `.input-lg` and `.input-sm` to `.form-control-lg` and `.form-control-sm`, respectively.
- Dropped `.form-group-*` classes for simplicity's sake. Use `.form-control-*` classes instead now.
- Dropped `.help-block` and replaced it with `.form-text` for block-level help text. For inline help text and other flexible options, use utility classes like `.text-muted`.
+- Dropped `.radio-inline` and `.checkbox-inline`.
- Horizontal forms overhauled:
- Dropped the `.form-horizontal` class requirement.
- `.form-group` no longer applies styles from the `.row` via mixin, so `.row` is now required for horizontal grid layouts (e.g., `<div class="form-group row">`).