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
  • #21609
Closed
Open
Issue created Jan 08, 2017 by Administrator@rootContributor

Double bottom border: Card with .card-header + .list-group

Created by: hiddewie

When making a card and using a .card-header with a .list-group, a double border is present (bottom of the header and top of the list group). I think this is not intended.

As far as I've seen this has been a problem since BS 4 alpha-5.

HTML:

<div class="card">
  <h3 class="card-header">Test header</h3>
  <ul class="list-group list-group-flush">
    <li class="list-group-item justify-content-between">
      Some content
    </li>
    <li class="list-group-item justify-content-between">
      Some content
    </li>
  </ul>
</div>

Screenshot:

capture

Details

Operating system: Windows 10 Browser: Chrome 55.0.2883.87 m (Also validated on Firefox 50.1.0 and Opera 42.0.2393.94) Test case: http://www.bootply.com/ZkNFalLacR

Assignee
Assign to
Time tracking