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:
commit
6f6de25568
2 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
@mixin clearfix() {
|
||||
content: "";
|
||||
display: table;
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
// Clear after (not all clearfix need this also)
|
||||
|
|
|
@ -708,6 +708,7 @@ a:active {
|
|||
.site-footer:after {
|
||||
content: "";
|
||||
display: table;
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
.clear:after,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue