From f1a89bf0d5d11ba4b2958f8caed098c6946342d1 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 23 Feb 2022 18:45:54 -0800 Subject: Mention form height change in migration guide --- site/content/docs/5.1/migration.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'site/content/docs') diff --git a/site/content/docs/5.1/migration.md b/site/content/docs/5.1/migration.md index 732c38ee28..0d0d7eeab4 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 - Breaking `.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 `