From 18bf882cabe9b3e5e7f3008d6496b6a6e8ebe0d9 Mon Sep 17 00:00:00 2001 From: Luke Bennett Date: Sun, 23 Oct 2016 01:42:36 +0100 Subject: [PATCH] Fix horizontal padding for highlight blocks --- app/views/projects/diffs/_parallel_view.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/projects/diffs/_parallel_view.html.haml b/app/views/projects/diffs/_parallel_view.html.haml index 28aad3f4725..78aa9fb7391 100644 --- a/app/views/projects/diffs/_parallel_view.html.haml +++ b/app/views/projects/diffs/_parallel_view.html.haml @@ -1,5 +1,5 @@ / Side-by-side diff view -%div.text-file.diff-wrap-lines.code.file-content.js-syntax-highlight{ data: diff_view_data } +%div.text-file.diff-wrap-lines.code.js-syntax-highlight{ data: diff_view_data } %table - last_line = 0 - diff_file.parallel_diff_lines.each do |line|