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

collapse use on flex rows doesn't restore display property correctly when expanded

Created by: lvmajor

Okay so the title may not be as clear as it could but here's the problem description:

  1. When using flex mode, applying collapse to a row makes it use "display: none" when "collapsed". The problem is when expanding the row (getting .collapse .in selector), the display property is reset to "display: block", which should be "display: flex" to restore normal behavior.

See this problem on codeply: http://codeply.com/go/8WVm4PQBhF

Operating system: Windows 10 Browsers: Chrome 52.0.2743.82, Edge 25.10586.0.0

I'm not sure if this is intended or if it's a real issue so I'm awaiting your feedback before submitting a PR for this.

Assignee
Assign to
Time tracking