We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e4f0bc commit c1d0ce1Copy full SHA for c1d0ce1
webdiff/static/css/style.css
@@ -104,6 +104,7 @@ ul.file-list {
104
}
105
.image-diff {
106
display: table;
107
+ margin: 0px auto;
108
109
.swipe input {
110
width: 100%;
webdiff/static/js/components.jsx
@@ -273,7 +273,7 @@ var CodeDiff = React.createClass({
273
},
274
render: function() {
275
return (
276
- <div style={{display: 'table'}}>
+ <div>
277
<NoChanges filePair={this.props.filePair} />
278
<div ref="codediff" key={this.props.filePair.idx}>Loading…</div>
279
</div>
0 commit comments