Skip to content

Commit

Permalink
Merge pull request #13735 from skhilko/master
Browse files Browse the repository at this point in the history
Fix bug where a panel recieve extra top border when placed within a collapsible panel
  • Loading branch information
mdo committed Jun 8, 2014
2 parents 88068e9 + f87a023 commit 14c3760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion less/panels.less
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@

.panel-heading {
border-bottom: 0;
+ .panel-collapse .panel-body {
+ .panel-collapse > .panel-body {
border-top: 1px solid @panel-inner-border;
}
}
Expand Down

0 comments on commit 14c3760

Please sign in to comment.