diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-02-08 18:00:17 -0600 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-02-08 20:52:08 -0600 |
commit | 6cb7dc7a8d09aab6635ff5fc3977aeb789035c39 (patch) | |
tree | 225c696e34e3585b4f266ad153158f6be6a621a6 | |
parent | 2352a392e5fc5a0a8e7461a9920f5b3c89d819c8 (diff) | |
download | gitlab-ce-6cb7dc7a8d09aab6635ff5fc3977aeb789035c39.tar.gz |
Reduce file header padding
-rw-r--r-- | app/assets/stylesheets/framework/files.scss | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/assets/stylesheets/framework/files.scss b/app/assets/stylesheets/framework/files.scss index c2dfa55b511..30f242a35db 100644 --- a/app/assets/stylesheets/framework/files.scss +++ b/app/assets/stylesheets/framework/files.scss @@ -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; |