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

fixes #13375

parent d1872b4c
4 merge requests!28721Hot test,!16605Test pull please ignore,!22103test,!25326Adjust examples
Showing with 6 additions and 4 deletions
+6 -4
...@@ -5006,7 +5006,8 @@ a.list-group-item-danger.active:focus { ...@@ -5006,7 +5006,8 @@ a.list-group-item-danger.active:focus {
border-top-width: 0; border-top-width: 0;
} }
.panel > .table, .panel > .table,
.panel > .table-responsive > .table { .panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
margin-bottom: 0; margin-bottom: 0;
} }
.panel > .table:first-child, .panel > .table:first-child,
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This source diff could not be displayed because it is too large. You can view the blob instead.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -97,7 +97,8 @@ ...@@ -97,7 +97,8 @@
.panel { .panel {
> .table, > .table,
> .table-responsive > .table { > .table-responsive > .table,
> .panel-collapse > .table {
margin-bottom: 0; margin-bottom: 0;
} }
// Add border top radius for first one // Add border top radius for first one
......
Supports Markdown
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