update inline forms to resolve checkbox label with space in it and overlapping content, per #1969
This commit is contained in:
parent
331c85724a
commit
143b3db2c9
5 changed files with 29 additions and 3 deletions
|
|
@ -910,7 +910,7 @@ For example, <code>section</code> should be wrapped as inline.
|
|||
<input type="text" class="input-small" placeholder="Email">
|
||||
<input type="password" class="input-small" placeholder="Password">
|
||||
<label class="checkbox">
|
||||
<input type="checkbox"> Remember?
|
||||
<input type="checkbox"> Remember me
|
||||
</label>
|
||||
<button type="submit" class="btn">Sign in</button>
|
||||
</form>
|
||||
|
|
@ -918,6 +918,9 @@ For example, <code>section</code> should be wrapped as inline.
|
|||
<form class="well form-inline">
|
||||
<input type="text" class="input-small" placeholder="Email">
|
||||
<input type="password" class="input-small" placeholder="Password">
|
||||
<label class="checkbox">
|
||||
<input type="checkbox"> Remember me
|
||||
</label>
|
||||
<button type="submit" class="btn">Go</button>
|
||||
</form>
|
||||
</pre>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue