summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2017-06-29 14:41:47 +0200
committerTim Zallmann <tzallmann@gitlab.com>2017-06-29 14:41:47 +0200
commit3fc5ebad14e134d35072b7ef94b516d34ac54ce0 (patch)
tree431ea40a1702eba794aeaaab41436654197bd0af
parent476af15ed29dda2036144a2a007747e5a46951a3 (diff)
downloadgitlab-ce-34349-select-branch-dropdown-is-too-close-to-branch-name.tar.gz
-rw-r--r--app/assets/stylesheets/pages/tree.scss4
-rw-r--r--app/views/projects/commits/show.html.haml2
2 files changed, 1 insertions, 5 deletions
diff --git a/app/assets/stylesheets/pages/tree.scss b/app/assets/stylesheets/pages/tree.scss
index a947ce38946..8df328ded04 100644
--- a/app/assets/stylesheets/pages/tree.scss
+++ b/app/assets/stylesheets/pages/tree.scss
@@ -1,9 +1,5 @@
.tree-holder {
- &.row-content-block.content-component-block {
- padding: 0;
- }
-
.nav-block {
margin: 10px 0;
diff --git a/app/views/projects/commits/show.html.haml b/app/views/projects/commits/show.html.haml
index 30a84fc1ef9..7ed7e441344 100644
--- a/app/views/projects/commits/show.html.haml
+++ b/app/views/projects/commits/show.html.haml
@@ -8,7 +8,7 @@
= render "head"
%div{ class: container_class }
- .tree-holder.row-content-block.second-block.content-component-block
+ .tree-holder
.nav-block
.tree-ref-container
.tree-ref-holder