Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

Commit 6f6de25

Browse files
committed
Merge pull request #680 from iandunn/clearfix-max-width
Set a fixed table-layout in the clearfix to avoid max-width conflict
2 parents 2eb3836 + 6b0c771 commit 6f6de25

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

sass/mixins/_mixins-master.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
@mixin clearfix() {
1616
content: "";
1717
display: table;
18+
table-layout: fixed;
1819
}
1920

2021
// Clear after (not all clearfix need this also)

style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -708,6 +708,7 @@ a:active {
708708
.site-footer:after {
709709
content: "";
710710
display: table;
711+
table-layout: fixed;
711712
}
712713

713714
.clear:after,

0 commit comments

Comments
 (0)