Fixes #12756: Ensure horizontal dls are cleared by moving the clearfix out of the media query
This commit is contained in:
parent
7a80b801d7
commit
b99be29f32
7 changed files with 18 additions and 11 deletions
3
dist/css/bootstrap.css
vendored
3
dist/css/bootstrap.css
vendored
|
|
@ -5590,6 +5590,8 @@ button.close {
|
|||
}
|
||||
.clearfix:before,
|
||||
.clearfix:after,
|
||||
.dl-horizontal dd:before,
|
||||
.dl-horizontal dd:after,
|
||||
.container:before,
|
||||
.container:after,
|
||||
.container-fluid:before,
|
||||
|
|
@ -5620,6 +5622,7 @@ button.close {
|
|||
content: " ";
|
||||
}
|
||||
.clearfix:after,
|
||||
.dl-horizontal dd:after,
|
||||
.container:after,
|
||||
.container-fluid:after,
|
||||
.row:after,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue