diff options
| author | Tobias Bengfort <[email protected]> | 2021-01-28 07:05:05 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-28 08:05:05 +0200 |
| commit | e06ffa288fd4b664d1b539a3249eaccf196c652a (patch) | |
| tree | 49ae7eb1ba6a4d17d5f9857ee4e1e2fe759c08be /site | |
| parent | 0fa16a5d4538d59715cc7b453e336842014bedec (diff) | |
| download | bootstrap-e06ffa288fd4b664d1b539a3249eaccf196c652a.tar.xz bootstrap-e06ffa288fd4b664d1b539a3249eaccf196c652a.zip | |
migration: mention `.form-text` changes (#32911)
see #30598 and #30565
Diffstat (limited to 'site')
| -rw-r--r-- | site/content/docs/5.0/migration.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/content/docs/5.0/migration.md b/site/content/docs/5.0/migration.md index 5be6c6fa1..49d11a989 100644 --- a/site/content/docs/5.0/migration.md +++ b/site/content/docs/5.0/migration.md @@ -374,6 +374,7 @@ Changes to Reboot, typography, tables, and more. - Dropped support for `.form-control-plaintext` inside `.input-group`s. - Dropped `.input-group-append` and `.input-group-prepend`. You can now just add buttons and `.input-group-text` as direct children of the input groups. - Form labels now require the `.form-label` class. Sass variables are now available to style form labels to your needs. [See #30476](https://github.com/twbs/bootstrap/pull/30476) +- `.form-text` no longer sets `display`, but does set `color` and `font-size`. So instead of `<small class="form-text text-muted">` you should now use `<div class="form-text">`. ### Components |
