diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-06-16 16:20:02 +0000 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-06-16 16:20:02 +0000 |
commit | 451cbe1f69d65b24568a53ec7aa4a7fba2c46933 (patch) | |
tree | 28073b03a616b93ef7913e1be3492bd9050d8575 | |
parent | 0dc5eb78ca83d6e03e94080cd8c657a63af03f81 (diff) | |
parent | 7a65cab36d28827a59b69d98f5553b2ad67a6eaf (diff) | |
download | gitlab-ce-451cbe1f69d65b24568a53ec7aa4a7fba2c46933.tar.gz |
Merge branch '33739-blame-legend-bottom-border' into 'master'
Add missing bottom border to blame age legend
Closes #33739
See merge request !12205
-rw-r--r-- | app/assets/stylesheets/framework/files.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/files.scss b/app/assets/stylesheets/framework/files.scss index b26d8fbd5fe..da03e4f5b5e 100644 --- a/app/assets/stylesheets/framework/files.scss +++ b/app/assets/stylesheets/framework/files.scss @@ -63,6 +63,7 @@ background-color: $gray-light; text-align: right; padding: 8px $gl-padding; + border-bottom: 1px solid $border-color; @media (max-width: $screen-xs-max) { text-align: left; |