Skip to content

Commit

Permalink
fix: replaces .text-small with .small
Browse files Browse the repository at this point in the history
Fixes using a non existing class.
  • Loading branch information
zalog committed Apr 11, 2020
1 parent 06d8358 commit 4f68fbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/content/docs/4.3/forms/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Here's a quick example to demonstrate Bootstrap's form styles. Keep reading for
Help text should be explicitly associated with the form control it relates to using the `aria-describedby` attribute. This will ensure that assistive technologies—such as screen readers—will announce this help text when the user focuses or enters the control.
{{< /callout >}}

Help text below inputs can be styled with `.mt-2`, `.text-small`, and/or `.text-muted`.
Help text below inputs can be styled with `.mt-2`, `.small`, and/or `.text-muted`.

{{< example >}}
<label for="inputPassword5" class="form-label">Password</label>
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/4.3/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Changes to Reboot, typography, tables, and more.
- Dropped `.form-row` for the more flexible grid gutters.
- Dropped `.form-inline` for the more flexible grid.
- Dropped support for `.form-control-plaintext` inside `.input-group`s.
- Dropped `.form-text` as existing utilities cover this use class's former use case (e.g., `.mt-2`, `.text-small`, and/or `.text-muted`).
- Dropped `.form-text` as existing utilities cover this use class's former use case (e.g., `.mt-2`, `.small`, and/or `.text-muted`).
- 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)

Expand Down

0 comments on commit 4f68fbe

Please sign in to comment.