mirror of
https://github.com/jasny/bootstrap.git
synced 2026-02-10 05:54:56 -05:00
fix form display issue in docs
This commit is contained in:
2
docs/templates/pages/base-css.mustache
vendored
2
docs/templates/pages/base-css.mustache
vendored
@@ -894,7 +894,7 @@
|
||||
|
||||
<h4>{{_i}}Default options{{/i}}</h4>
|
||||
<p>{{_i}}Wrap a <code>.add-on</code> and an <code>input</code> with one of two classes to prepend or append text to an input.{{/i}}</p>
|
||||
<form class="bs-docs-example form-inline">
|
||||
<form class="bs-docs-example">
|
||||
<div class="input-prepend">
|
||||
<span class="add-on">@</span><input class="span2" id="prependedInput" size="16" type="text" placeholder="{{_i}}Username{{/i}}">
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user