]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
migration: mention `.form-text` changes (#32911)
authorTobias Bengfort <tobias.bengfort@posteo.de>
Thu, 28 Jan 2021 06:05:05 +0000 (07:05 +0100)
committerGitHub <noreply@github.com>
Thu, 28 Jan 2021 06:05:05 +0000 (08:05 +0200)
see #30598 and #30565

site/content/docs/5.0/migration.md

index 5be6c6fa1b0ce1a1ff9c9ebb0bb6d550ac158278..49d11a98967b10a15ec5b8f52f67b384b9dfdbeb 100644 (file)
@@ -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