]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Mention form height change in migration guide
authorMark Otto <markdotto@gmail.com>
Thu, 24 Feb 2022 02:45:54 +0000 (18:45 -0800)
committerMark Otto <otto@github.com>
Thu, 24 Feb 2022 21:14:38 +0000 (13:14 -0800)
site/content/docs/5.1/migration.md

index 732c38ee28bf03b69538cbc44f7f70e12ab434dd..0d0d7eeab42be242fd187679d1c25cc4d630f565 100644 (file)
@@ -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.