mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-24 14:13:06 +02:00
fixes #13375
This commit is contained in:
3
dist/css/bootstrap.css
vendored
3
dist/css/bootstrap.css
vendored
@@ -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,
|
||||||
|
2
dist/css/bootstrap.css.map
vendored
2
dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
2
docs/dist/css/bootstrap.css.map
vendored
2
docs/dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
2
docs/dist/css/bootstrap.min.css
vendored
2
docs/dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -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