Browse Source

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

tags/v1.13.0-rc1
silverwind GitHub 4 years ago
parent
commit
d13c874270
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      web_src/less/_repository.less

+ 2
- 1
web_src/less/_repository.less View File

@@ -440,7 +440,8 @@
} }


img { img {
padding: 5px 5px 0;
padding: 0;
border-radius: 0;
} }
} }




Loading…
Cancel
Save