Skip to content

Commit

Permalink
Update documentation to add forgotten comments about small sizing to …
Browse files Browse the repository at this point in the history
…comply with Bootstrap
  • Loading branch information
hannahiss committed Nov 15, 2022
1 parent ee9da71 commit 8460bb5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion site/content/docs/5.2/forms/form-control.md
Expand Up @@ -23,7 +23,7 @@ toc: true

## Sizing

Set heights using classes like `.form-control-lg`.
Set heights using classes like `.form-control-lg` and `.form-control-sm`.

{{< example >}}
<input class="form-control form-control-lg" type="text" placeholder=".form-control-lg" aria-label=".form-control-lg example">
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/5.2/forms/layout.md
Expand Up @@ -172,7 +172,7 @@ At times, you maybe need to use margin or padding utilities to create that perfe

### Horizontal form label sizing

Be sure to use `.col-form-label-lg` to your `<label>`s or `<legend>`s to correctly follow the size of `.form-control-lg`.
Be sure to use `.col-form-label-sm` or `.col-form-label-lg` to your `<label>`s or `<legend>`s to correctly follow the size of `.form-control-lg` and `.form-control-sm`.

<!-- Boosted mod: no .col-form-label-sm -->
{{< example >}}
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/5.2/forms/select.md
Expand Up @@ -23,7 +23,7 @@ Custom `<select>` menus need only a custom class, `.form-select` to trigger the

## Sizing

You may also use large custom selects to match our similarly sized text inputs.
You may also choose from small and large custom selects to match our similarly sized text inputs.

{{< example >}}
<select class="form-select form-select-lg mb-3" aria-label=".form-select-lg example">
Expand Down

0 comments on commit 8460bb5

Please sign in to comment.