diff --git a/docs/_includes/css/forms.html b/docs/_includes/css/forms.html index 3ab202f7c9..d88498f8e1 100644 --- a/docs/_includes/css/forms.html +++ b/docs/_includes/css/forms.html @@ -764,7 +764,7 @@ {% endhighlight %}

Optional icons with hidden .sr-only labels

-

For form controls with no visible label, add the .sr-only class on the label. Bootstrap will automatically adjust the position of the icon once it's been added.

+

If you use the .sr-only class to hide a form control's <label> (rather than using other labelling options, such as the aria-label attribute), Bootstrap will automatically adjust the position of the icon once it's been added.