Reduce file header padding

This commit is contained in:
Annabel Dunstone Gray 2017-02-08 18:00:17 -06:00
parent 2352a392e5
commit 6cb7dc7a8d
1 changed files with 2 additions and 3 deletions

View File

@ -232,14 +232,13 @@ span.idiff {
}
}
.file-title-flex-parent {
display: flex;
align-items: center;
justify-content:space-between;
justify-content: space-between;
background-color: $gray-light;
border-bottom: 1px solid $border-color;
padding: 10px $gl-padding;
padding: 5px $gl-padding;
margin: 0;
border-radius: 3px 3px 0 0;