Commit 14c37600 authored by Mark Otto's avatar Mark Otto

Merge pull request #13735 from skhilko/master

Fix bug where a panel recieve extra top border when placed within a collapsible panel
parents 88068e93 f87a0231
......@@ -206,7 +206,7 @@
.panel-heading {
border-bottom: 0;
+ .panel-collapse .panel-body {
+ .panel-collapse > .panel-body {
border-top: 1px solid @panel-inner-border;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment