diff --git a/rhodecode/public/css/main.less b/rhodecode/public/css/main.less index 729b5991..ecd4a9a9 100644 --- a/rhodecode/public/css/main.less +++ b/rhodecode/public/css/main.less @@ -1478,8 +1478,7 @@ table.integrations { } div.ancestor { - margin: @padding 0; - line-height: 3.0em; + margin: -30px 0px; } .cs_icon_td input[type="checkbox"] { diff --git a/rhodecode/templates/compare/compare_commits.html b/rhodecode/templates/compare/compare_commits.html index 20910d0c..9f3fd418 100644 --- a/rhodecode/templates/compare/compare_commits.html +++ b/rhodecode/templates/compare/compare_commits.html @@ -3,11 +3,9 @@ %if c.ancestor: