diff options
| author | cndpzc <[email protected]> | 2016-01-28 15:44:56 +0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-01-28 20:45:59 -0800 |
| commit | 6384789f952c297356a94aded5900d199d09ae87 (patch) | |
| tree | 6be4d17fa15f590c232050abb465d236f9efa1cc /docs/components/forms.md | |
| parent | 8989820a5f801b7ba94d333d5fca90a06eff975b (diff) | |
| download | bootstrap-6384789f952c297356a94aded5900d199d09ae87.tar.xz bootstrap-6384789f952c297356a94aded5900d199d09ae87.zip | |
Fix typo in forms.md
Closes #19049
Diffstat (limited to 'docs/components/forms.md')
| -rw-r--r-- | docs/components/forms.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/forms.md b/docs/components/forms.md index 58fd41ac0..e6439ae25 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -271,7 +271,7 @@ The `.form-group` class is the easiest way to add some structure to forms. Its o ### Inline forms -Use the `.form-inline` class to to display a series of labels, form controls, and buttons on a single horizontal row. Form controls within inline forms behave differently: +Use the `.form-inline` class to display a series of labels, form controls, and buttons on a single horizontal row. Form controls within inline forms behave differently: - Controls are `display: inline-block` to provide alignment control via `vertical-align` and `margin`. - Controls receive `width: auto` to override the Bootstrap default `width: 100%`. |
