summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/files.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/files.scss')
-rw-r--r--app/assets/stylesheets/framework/files.scss5
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;