Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan <vanillajonathan@users.noreply.github.com>2017-08-10 16:15:27 +0300
committerMark Otto <markd.otto@gmail.com>2017-08-11 06:42:55 +0300
commit94e860c5579ceb3847c44b157ef4f7720942a389 (patch)
tree37244282e597ebfc7ec1d2ec6e559437877e22a8
parent8c8f7761d092ac0decd9fccbb065afd57cc7be4d (diff)
Dropped .radio-inline and .checkbox-inline
Dropped `.radio-inline` and `.checkbox-inline`.
-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 101f7f9de0..323d321f62 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">`).