Commit 92cdb0b5 authored by Mark Otto's avatar Mark Otto
Browse files

Merge pull request #17808 from alberto/fix-17781

fixes #17781: Add migration docs note that .control-label is gone in v4
parents 97b0d377 e0bf6d87
Showing with 1 addition and 0 deletions
+1 -0
......@@ -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:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment