diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-05-05 21:09:12 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-05-05 21:09:12 +0000 |
commit | 055dceef99269657e39c5264a8464b078e37e069 (patch) | |
tree | 998411da93402a473838f033bd01d56554f4cd2e /app/views/projects/commits/show.html.haml | |
parent | bc4cd6ffb93ae695f20ea54f4e4803d50c78a69e (diff) | |
download | gitlab-ce-055dceef99269657e39c5264a8464b078e37e069.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/projects/commits/show.html.haml')
-rw-r--r-- | app/views/projects/commits/show.html.haml | 2 |
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 689862eae8a..4c5a9acdf83 100644 --- a/app/views/projects/commits/show.html.haml +++ b/app/views/projects/commits/show.html.haml @@ -6,7 +6,7 @@ = auto_discovery_link_tag(:atom, project_commits_path(@project, @ref, rss_url_options), title: "#{@project.name}:#{@ref} commits") .js-project-commits-show{ 'data-commits-limit' => @limit } - .tree-holder + .tree-holder.gl-mt-5 .nav-block .tree-ref-container .tree-ref-holder.gl-max-w-26 |