Commit 5dbfdd47 authored by Mark Otto's avatar Mark Otto

fixes #13375

parent d1872b4c
......@@ -5006,7 +5006,8 @@ a.list-group-item-danger.active:focus {
border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
margin-bottom: 0;
}
.panel > .table:first-child,
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -97,7 +97,8 @@
.panel {
> .table,
> .table-responsive > .table {
> .table-responsive > .table,
> .panel-collapse > .table {
margin-bottom: 0;
}
// Add border top radius for first one
......
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