diff options
author | Luke Bennett <lukeeeebennettplus@gmail.com> | 2016-10-23 01:42:36 +0100 |
---|---|---|
committer | Clement Ho <ClemMakesApps@gmail.com> | 2016-10-25 16:06:10 -0500 |
commit | 18bf882cabe9b3e5e7f3008d6496b6a6e8ebe0d9 (patch) | |
tree | 9f7b8df8e2c56b95df375adbeeeeb11eda63f3a5 | |
parent | a98ad03ba18da0b1534f36dafafa9a1c644d0bf1 (diff) | |
download | gitlab-ce-18bf882cabe9b3e5e7f3008d6496b6a6e8ebe0d9.tar.gz |
Fix horizontal padding for highlight blocks23661-lacking-padding-on-syntax-highlight-blocks-in-diff-comments
-rw-r--r-- | app/views/projects/diffs/_parallel_view.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
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| |