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
  • #20530
Closed
Open
Issue created Aug 16, 2016 by Administrator@rootContributor

Issue with .btn-group in td.text-nowrap

Created by: cervengoc

Please check this demo to reproduce the issue: http://www.bootply.com/wWM2a9R8Mt#

The unexpected horizontal overflow seems to be caused by the float: left of the buttons in the btn-group. For me it was unexpected that btn-group contains floating elements. If floating is really needed, it would be good to include the clearfix in btn-groups. It seems like adding the clearfix class to btn-group doesn't solve the issue in itself.

How could I solve this table cell layout issue?

Is there any way to avoid floats in btn-gruops in future versions? I mean for example input-groups are implemented without floats, so btn-groups might have an alternative implmentation too.

Assignee
Assign to
Time tracking