aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2022-02-23 18:45:54 -0800
committerMark Otto <[email protected]>2022-02-24 13:14:38 -0800
commitf1a89bf0d5d11ba4b2958f8caed098c6946342d1 (patch)
tree6f1da1c244a92c1a9522a8334ae4b9425bd13e64
parent333d89e4980863db15d0f639051e3b239e77decc (diff)
downloadbootstrap-f1a89bf0d5d11ba4b2958f8caed098c6946342d1.tar.xz
bootstrap-f1a89bf0d5d11ba4b2958f8caed098c6946342d1.zip
Mention form height change in migration guide
-rw-r--r--site/content/docs/5.1/migration.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/site/content/docs/5.1/migration.md b/site/content/docs/5.1/migration.md
index 732c38ee2..0d0d7eeab 100644
--- a/site/content/docs/5.1/migration.md
+++ b/site/content/docs/5.1/migration.md
@@ -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.