Add space to separate different files in diff

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2016-03-17 17:59:58 +01:00
parent 9392e1375c
commit 5ae95b1880
No known key found for this signature in database
GPG Key ID: 627C5F589F467F17
1 changed files with 9 additions and 1 deletions

View File

@ -1,7 +1,7 @@
// Common
.diff-file {
border: 1px solid $border-color;
border-top: none;
margin-bottom: $gl-padding;
.diff-header {
position: relative;
@ -361,3 +361,11 @@
border-color: $border;
}
}
.files {
margin-top: -1px;
.diff-file:last-child {
margin-bottom: 0;
}
}