mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-25 14:30:46 +02:00
Fixes #9752: clear floats in .panel-body
This commit is contained in:
20
dist/css/bootstrap.css
vendored
20
dist/css/bootstrap.css
vendored
@@ -2701,6 +2701,26 @@ a.list-group-item:focus {
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.panel-body:before,
|
||||
.panel-body:after {
|
||||
display: table;
|
||||
content: " ";
|
||||
}
|
||||
|
||||
.panel-body:after {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.panel-body:before,
|
||||
.panel-body:after {
|
||||
display: table;
|
||||
content: " ";
|
||||
}
|
||||
|
||||
.panel-body:after {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.panel > .list-group {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
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
@@ -15,6 +15,7 @@
|
||||
// Panel contents
|
||||
.panel-body {
|
||||
padding: 15px;
|
||||
.clearfix();
|
||||
}
|
||||
|
||||
// List groups in panels
|
||||
|
Reference in New Issue
Block a user