Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Issues
  • #2489
Closed
Open
Issue created Mar 09, 2012 by Administrator@rootContributor

Grouped buttons in modal footer

Created by: bensie

Grouped buttons in a modal footer do not work for a few reasons:

  • The modal footer floats buttons right so the caret and dropdown menu are on the left side instead of the right
  • Dropdown menu drops out of sight behind the bounds of the modal box
<div class="modal-footer">
  <div class="btn-group">
    <a href="#" class="btn">Button</a>
    <a href="#" class="btn dropdown-toggle" data-toggle="dropdown">
      <div class="caret"></div>
    </a>
    <ul class="dropdown-menu">
      <li><a href="#">Line Item</a></li>
      <li><a href="#">Line Item</a></li>
    </ul>
  </div>
</div>
Assignee
Assign to
Time tracking