diff options
| author | Mark Otto <[email protected]> | 2014-08-27 23:17:37 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-08-27 23:17:37 -0700 |
| commit | aa25ce779de9c4c012f7e0b881cddc9719a027cb (patch) | |
| tree | de599b39eaea61862aab49e0c4d8f4bbe038e5e3 /less | |
| parent | 0a816e009f5596e4a73afe4380372bf8c16e55cb (diff) | |
| download | bootstrap-aa25ce779de9c4c012f7e0b881cddc9719a027cb.tar.xz bootstrap-aa25ce779de9c4c012f7e0b881cddc9719a027cb.zip | |
Fixes #14329: Fixed list-groups nested inside of collapsing panels, from @apexskier
Diffstat (limited to 'less')
| -rw-r--r-- | less/panels.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/less/panels.less b/less/panels.less index 9136cbfdf..00456f357 100644 --- a/less/panels.less +++ b/less/panels.less @@ -56,7 +56,8 @@ // any kind of custom content between the two. .panel { - > .list-group { + > .list-group, + > .panel-collapse > .list-group { margin-bottom: 0; .list-group-item { |
