mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
fixes #13375
This commit is contained in:
Vendored
+2
-1
@@ -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,
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+2
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user