mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
Add <input> into Help text code snippet as shown in example
This commit is contained in:
parent
263ed4e239
commit
f4f6783cc0
@ -1303,7 +1303,7 @@ For example, <code>section</code> should be wrapped as inline.
|
||||
<input type="text"> <span class="help-inline">Inline help text</span>
|
||||
</form>
|
||||
<pre class="prettyprint linenums">
|
||||
<span class="help-inline">Inline help text</span>
|
||||
<input type="text"><span class="help-inline">Inline help text</span>
|
||||
</pre>
|
||||
|
||||
<h4>Block help</h4>
|
||||
@ -1312,7 +1312,7 @@ For example, <code>section</code> should be wrapped as inline.
|
||||
<span class="help-block">A longer block of help text that breaks onto a new line and may extend beyond one line.</span>
|
||||
</form>
|
||||
<pre class="prettyprint linenums">
|
||||
<span class="help-block">A longer block of help text that breaks onto a new line and may extend beyond one line.</span>
|
||||
<input type="text"><span class="help-block">A longer block of help text that breaks onto a new line and may extend beyond one line.</span>
|
||||
</pre>
|
||||
|
||||
|
||||
|
4
docs/templates/pages/base-css.mustache
vendored
4
docs/templates/pages/base-css.mustache
vendored
@ -1240,7 +1240,7 @@
|
||||
<input type="text"> <span class="help-inline">Inline help text</span>
|
||||
</form>
|
||||
<pre class="prettyprint linenums">
|
||||
<span class="help-inline">Inline help text</span>
|
||||
<input type="text"><span class="help-inline">Inline help text</span>
|
||||
</pre>
|
||||
|
||||
<h4>{{_i}}Block help{{/i}}</h4>
|
||||
@ -1249,7 +1249,7 @@
|
||||
<span class="help-block">A longer block of help text that breaks onto a new line and may extend beyond one line.</span>
|
||||
</form>
|
||||
<pre class="prettyprint linenums">
|
||||
<span class="help-block">A longer block of help text that breaks onto a new line and may extend beyond one line.</span>
|
||||
<input type="text"><span class="help-block">A longer block of help text that breaks onto a new line and may extend beyond one line.</span>
|
||||
</pre>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user