mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
Merge pull request #13735 from skhilko/master
Fix bug where a panel recieve extra top border when placed within a collapsible panel
This commit is contained in:
commit
14c3760033
@ -206,7 +206,7 @@
|
||||
|
||||
.panel-heading {
|
||||
border-bottom: 0;
|
||||
+ .panel-collapse .panel-body {
|
||||
+ .panel-collapse > .panel-body {
|
||||
border-top: 1px solid @panel-inner-border;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user