mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-08 15:00:59 +00:00
Mention form height change in migration guide
This commit is contained in:
parent
333d89e498
commit
f1a89bf0d5
1 changed files with 2 additions and 0 deletions
|
|
@ -214,6 +214,8 @@ Your custom Bootstrap CSS builds should now look something like this with a sepa
|
|||
|
||||
- <span class="badge bg-danger">Breaking</span> `.form-text` no longer sets `display`, allowing you to create inline or block help text as you wish just by changing the HTML element.
|
||||
|
||||
- Form controls no longer used fixed `height` when possible, instead deferring to `min-height` to improve customization and compatibility with other components.
|
||||
|
||||
- Validation icons are no longer applied to `<select>`s with `multiple`.
|
||||
|
||||
- Rearranged source Sass files under `scss/forms/`, including input group styles.
|
||||
|
|
|
|||
Loading…
Reference in a new issue