Docs: update some style

This commit is contained in:
afc163 2016-01-17 15:40:07 +08:00
parent f8d6de2095
commit 5851bab344
2 changed files with 1 additions and 2 deletions

View File

@ -250,7 +250,7 @@ InstantClickChangeFns.push(function() {
width += 'px';
}
let mountNode = $('<div class="preview-image-boxes ' + (coverImg ? 'pack' : '') + '" style="width: ' + width + '"></div>')[0];
let mountNode = $('<div class="preview-image-boxes cleafix ' + (coverImg ? 'pack' : '') + '" style="width: ' + width + '"></div>')[0];
box.replaceWith(mountNode);
ReactDOM.render(<span>{priviewImgs}</span>, mountNode);
});

View File

@ -1174,7 +1174,6 @@ a.entry-link:hover .anticon-smile {
float: right;
margin: 0 0 110px 60px;
width: 616px;
overflow: hidden;
}
.preview-image-boxes + .preview-image-boxes {