Skip to content

Commit

Permalink
Merge pull request #680 from iandunn/clearfix-max-width
Browse files Browse the repository at this point in the history
Set a fixed table-layout in the clearfix to avoid max-width conflict
  • Loading branch information
karmatosed committed Nov 11, 2015
2 parents 2eb3836 + 6b0c771 commit 6f6de25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sass/mixins/_mixins-master.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
@mixin clearfix() {
content: "";
display: table;
table-layout: fixed;
}

// Clear after (not all clearfix need this also)
Expand Down
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -708,6 +708,7 @@ a:active {
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}

.clear:after,
Expand Down

0 comments on commit 6f6de25

Please sign in to comment.