diff --git a/kallithea/public/less/style.less b/kallithea/public/less/style.less --- a/kallithea/public/less/style.less +++ b/kallithea/public/less/style.less @@ -683,10 +683,12 @@ div.comment-prev-next-links div.next-com #graph_nodes, #updaterevs-graph { .make-xs-column(1); + height: 0; } #graph_content, #graph_content_pr, #updaterevs-table { + .make-xs-column-offset(1); .make-xs-column(11); }