summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/notes.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/pages/notes.scss')
-rw-r--r--app/assets/stylesheets/pages/notes.scss9
1 files changed, 7 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index 70505dc4300..d66093bc2e5 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -90,8 +90,13 @@ ul.notes {
}
// Diff code in discussion view
-.discussion-body .diff-file .line_content {
- white-space: pre-wrap;
+.discussion-body .diff-file {
+ .diff-header > span {
+ margin-right: 10px;
+ }
+ .line_content {
+ white-space: pre-wrap;
+ }
}
.diff-file .notes_holder {