mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
fixes #22238
This commit is contained in:
@@ -625,7 +625,7 @@
|
|||||||
</form>
|
</form>
|
||||||
</div><!-- /.bs-example -->
|
</div><!-- /.bs-example -->
|
||||||
{% highlight html %}
|
{% highlight html %}
|
||||||
<label class="sr-only" for="inputHelpBlock">Input with help text</label>
|
<label for="inputHelpBlock">Input with help text</label>
|
||||||
<input type="text" id="inputHelpBlock" class="form-control" aria-describedby="helpBlock">
|
<input type="text" id="inputHelpBlock" class="form-control" aria-describedby="helpBlock">
|
||||||
...
|
...
|
||||||
<span id="helpBlock" class="help-block">A block of help text that breaks onto a new line and may extend beyond one line.</span>
|
<span id="helpBlock" class="help-block">A block of help text that breaks onto a new line and may extend beyond one line.</span>
|
||||||
@@ -1026,4 +1026,3 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user