Skip to content

Instantly share code, notes, and snippets.

@blairanderson
Created January 14, 2015 01:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blairanderson/d752bff2c93c4d418d34 to your computer and use it in GitHub Desktop.
Save blairanderson/d752bff2c93c4d418d34 to your computer and use it in GitHub Desktop.
Easier inline bootstrap forms

Here is an easy way to do an inline form

<form class="form-inline">
      <div class="form-group">
        <label class="control-label" for="inputSuccess4">Input with success like totally a bunch</label>
        <input type="text" class="form-control" id="inputSuccess4" aria-describedby="inputSuccess4Status">
      </div>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment