Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/4.1/components/forms.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.1/components/forms.md b/docs/4.1/components/forms.md
index 13890476c6..6e98d4a138 100644
--- a/docs/4.1/components/forms.md
+++ b/docs/4.1/components/forms.md
@@ -570,7 +570,7 @@ And of course [custom form controls](#custom-forms) are supported.
<form>
<div class="form-row align-items-center">
<div class="col-auto my-1">
- <label class="mr-sm-2" for="inlineFormCustomSelect">Preference</label>
+ <label class="mr-sm-2 sr-only" for="inlineFormCustomSelect">Preference</label>
<select class="custom-select mr-sm-2" id="inlineFormCustomSelect">
<option selected>Choose...</option>
<option value="1">One</option>