You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to introduce small improvement to BS. I'm not very familiar with BS internal coding, so maybe somebody will apply this to BS.
First of all: it is possible to use .list-group instead of .panel-body in regular use (first column of sample).
Problem: making panels with accordion feature on panel-like elements. When I want to put .list-group instead of .panel-body, the appearance is broken (second column of example).
Then I played a little with CSS and prepared a little patch for this (third column). I added .add class at beginning to show example only in one column.
I would like to introduce small improvement to BS. I'm not very familiar with BS internal coding, so maybe somebody will apply this to BS.
First of all: it is possible to use .list-group instead of .panel-body in regular use (first column of sample).
Problem: making panels with accordion feature on panel-like elements. When I want to put .list-group instead of .panel-body, the appearance is broken (second column of example).
Then I played a little with CSS and prepared a little patch for this (third column). I added .add class at beginning to show example only in one column.
Here is this example: http://www.bootply.com/xia3cligxm
Please consider incorporating this to BS.
CSS that should be added:
The text was updated successfully, but these errors were encountered: