From 6cb7dc7a8d09aab6635ff5fc3977aeb789035c39 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Wed, 8 Feb 2017 18:00:17 -0600 Subject: [PATCH] Reduce file header padding --- app/assets/stylesheets/framework/files.scss | 5 ++--- 1 file 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;