Fixes font weight of commit id on view file button

This commit is contained in:
Phil Hughes 2016-06-16 17:25:18 +01:00
parent db66312cdb
commit 4a7816fd29
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@
margin-bottom: $gl-padding;
border-radius: 3px;
.commit-short-id {
font-weight: 400;
}
.diff-header {
position: relative;
background: $background-color;