Merge pull request #680 from iandunn/clearfix-max-width

Set a fixed table-layout in the clearfix to avoid max-width conflict
This commit is contained in:
Tammie Lister 2015-11-11 20:55:35 +00:00
commit 6f6de25568
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@
@mixin clearfix() {
content: "";
display: table;
table-layout: fixed;
}
// Clear after (not all clearfix need this also)

View File

@ -708,6 +708,7 @@ a:active {
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,