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
  • #30366
Closed
Open
Issue created Mar 09, 2020 by Administrator@rootContributor

Card-group class looses its display:flex; when screen < 576px

Created by: yoannlepetit

Hi,

After upgrading from 4.3.1 to 4.4.1 I've noticed that .card-group class was loosing it attribute display: flex; when resizing screen under the 576px.

Here is the CSS class I get from Dev Tools on the documentation's bootstrap page (https://getbootstrap.com/docs/4.4/components/card/#card-groups):

@media (min-width: 576px) {
    .card-group {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
   ...
}

In the documentation, it is said

Card groups use display: flex; This may be confusing.

Operating system: macOs 10.15.3 (19D76) Browsers:

  • Safari Version 13.0.5 (15608.5.11)
  • Firefox 73.0.1 (64 bits)
  • Brave Version 1.4.96 Chromium: 80.0.3987.132 (Official Build) (64-bit)
Assignee
Assign to
Time tracking