skip to Main Content

Twitter bootstrap – display bootstrap dropdown-menu to orient the list to the left instead of right

I have an issue with the button dropdown from Bootstrap-Twitter 3. JSFiddle HTML <div class="input-group"> <input type="text" class="form-control"> <!-- Split button --> <div class="input-group-btn"> <button type="button" class="btn btn-danger">Action</button> <button type="button" class="btn btn-danger dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <span class="caret"></span> <span class="sr-only">Toggle…

VIEW QUESTION
Back To Top
Search