mirror of
https://github.com/twbs/bootstrap.git
synced 2025-07-31 02:40:26 +02:00
fix inline form checkbox/radios
This commit is contained in:
@@ -907,7 +907,10 @@ 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">
|
||||
<button type="submit" class="btn">Go</button>
|
||||
<label class="checkbox">
|
||||
<input type="checkbox"> Remember?
|
||||
</label>
|
||||
<button type="submit" class="btn">Sign in</button>
|
||||
</form>
|
||||
<pre class="prettyprint linenums">
|
||||
<form class="well form-inline">
|
||||
|
Reference in New Issue
Block a user