Browse Source

Remove padding/border-radius on image diffs (#12346)

tags/v1.13.0-rc1
silverwind 5 years ago committed by GitHub
parent
commit
cd7f1fd72b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      web_src/less/_repository.less

3
web_src/less/_repository.less

@ -440,7 +440,8 @@
}
img {
padding: 5px 5px 0;
padding: 0;
border-radius: 0;
}
}

Loading…
Cancel
Save