summaryrefslogtreecommitdiff
path: root/app/views/projects/commits
diff options
context:
space:
mode:
authorRyan Harris <harrisryan1@gmail.com>2017-01-17 11:31:36 -0500
committerRyan Harris <harrisryan1@gmail.com>2017-01-24 15:16:36 -0500
commitdc702c174979eea9adddb6bce0d43a68f9d0be5b (patch)
tree746315bbf32f5c0b0934e2f1b84d6ce41fca31ec /app/views/projects/commits
parent029460e25888b3b6241ff0303dbf49f1de9e5f6f (diff)
downloadgitlab-ce-dc702c174979eea9adddb6bce0d43a68f9d0be5b.tar.gz
Added class to .row-content-block to allow custom flexbox styling
Diffstat (limited to 'app/views/projects/commits')
-rw-r--r--app/views/projects/commits/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commits/show.html.haml b/app/views/projects/commits/show.html.haml
index ab9545bfb0e..d94f23f5a38 100644
--- a/app/views/projects/commits/show.html.haml
+++ b/app/views/projects/commits/show.html.haml
@@ -9,7 +9,7 @@
= render "head"
%div{ class: container_class }
- .row-content-block.second-block.content-component-block
+ .row-content-block.second-block.content-component-block.flex-container-block
.tree-ref-holder
= render 'shared/ref_switcher', destination: 'commits'