mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-21 13:24:08 +03:00
Fixes #12756: Ensure horizontal dls are cleared by moving the clearfix out of the media query
This commit is contained in:
Vendored
+3
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user