diff --git a/components.html b/components.html index 8a10b21f84..ea75fe32d4 100644 --- a/components.html +++ b/components.html @@ -532,7 +532,7 @@ base_url: "../"
Add the relative form sizing classes to the .input-group-addon.
.input-group-addon
<section>
Individual form controls automatically receive some global styling. All textual <input>, <textarea>, and <select> elements with .form-control are set to width: 100%; by default. Wrap labels and controls in .form-group for optimum spacing.
<input>
<textarea>
<select>
.form-control
width: 100%;
.form-group
Screen readers will have trouble with your forms if you don't include a label for every input. For these inline forms, you can hide the labels using the .sr-only class.
.sr-only