diff --git a/docs/_includes/css/forms.html b/docs/_includes/css/forms.html index 5a76ce495..24e07cd25 100644 --- a/docs/_includes/css/forms.html +++ b/docs/_includes/css/forms.html @@ -511,7 +511,7 @@
You can also add optional feedback icons with the addition of .has-feedback and the right icon.
Manual positioning of feedback icons is required for inputs without a label and for input groups with an add-on on the right. For inputs without labels, adjust the topvalue. For input groups, adjust the right value to an appropriate pixel value depending on the width of your addon.
Manual positioning of feedback icons is required for inputs without a label and for input groups with an add-on on the right. You are strongly encouraged to provide labels for all inputs for accessibility reasons. If you wish to prevent labels from being displayed, hide them with the sr-only class. If you must do without labels, adjust the top value of the feedback icon. For input groups, adjust the right value to an appropriate pixel value depending on the width of your addon.
Optional icons also work on horizontal and inline forms.
+