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
|
@ -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