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
  • #16276
Closed
Open
Issue created Apr 12, 2015 by Administrator@rootContributor

`.btn-toolbar .btn-group {float: left}` prevents btn left of btn-group

Created by: bolinfest

Consider the following markup:

<div class="btn-toolbar">
 <button class="btn">Left button</button>
 <div class="btn-group">
   <button class="btn">LB</button>
   <button class="btn">RB</button>
 </div>
 <button class="btn">Right button</button>
</div>

One would expect "Left button" to appear left of the button group, but the reverse is true because of the .btn-toolbar .btn-group {float: left} in button-groups.less. See http://www.bootply.com/slYNLprbgV to reproduce.

Assignee
Assign to
Time tracking