Add <input> into Help text code snippet as shown in example
This commit is contained in:
parent
263ed4e239
commit
f4f6783cc0
2 changed files with 4 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue