diff options
| author | Mark Otto <[email protected]> | 2015-11-12 23:36:37 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-11-12 23:36:37 -0800 |
| commit | 92cdb0b5623ac1baf04fcdabbcfdf7b1452dc74e (patch) | |
| tree | 99aa3ebbfce62ec06d37fee8a5e997f0fb341be9 /docs | |
| parent | 97b0d3773218916b9981d38eeb46ebcded3e66a3 (diff) | |
| parent | e0bf6d87cbcc645bd2c0d28b707815f3d67d72b7 (diff) | |
| download | bootstrap-92cdb0b5623ac1baf04fcdabbcfdf7b1452dc74e.tar.xz bootstrap-92cdb0b5623ac1baf04fcdabbcfdf7b1452dc74e.zip | |
Merge pull request #17808 from alberto/fix-17781
fixes #17781: Add migration docs note that .control-label is gone in v4
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/migration.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/migration.md b/docs/migration.md index 70a52595c..d89065127 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -73,6 +73,7 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with ### Forms - Moved element resets to the `_reboot.scss` file. +- Renamed `.control-label` to `.form-control-label`. - 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. - Horizontal forms overhauled: |
