Skip to content

Commit

Permalink
(less) Merge pull request twbs#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 aea562e + e09c55a commit a9e0e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 a9e0e04

Please sign in to comment.