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:
- 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.