diff options
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/forms.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/forms.md b/docs/components/forms.md index bf72dbd3c..eeec71355 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -47,8 +47,8 @@ Remember, since Bootstrap utilizies the HTML5 doctype, **all inputs must have a </fieldset> <fieldset class="form-group"> <label for="exampleInputFile">File input</label> - <input type="file" id="exampleInputFile"> - <p class="help-block">Example block-level help text here.</p> + <input type="file" class="form-control-file" id="exampleInputFile"> + <p class="help-block">This is some placeholder block-level help text for the above input. It's a bit lighter and easily wraps to a new line.</p> </fieldset> <div class="radio"> <label> |
