summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/diff.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-04-20 11:48:24 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-04-20 11:48:24 -0500
commit25f592cf9c2d126625404df140dc5d958e8822cc (patch)
treed9ea1397c1327c475c6db736bae3aa2f529b38fc /app/assets/stylesheets/pages/diff.scss
parent1ec203a98f9065b885dba539e6dd8e9548cf7fc6 (diff)
downloadgitlab-ce-25f592cf9c2d126625404df140dc5d958e8822cc.tar.gz
Wrap all code in diffsrevert-diff-scroll
Diffstat (limited to 'app/assets/stylesheets/pages/diff.scss')
-rw-r--r--app/assets/stylesheets/pages/diff.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/diff.scss b/app/assets/stylesheets/pages/diff.scss
index 183f22a1b24..b84e2aac836 100644
--- a/app/assets/stylesheets/pages/diff.scss
+++ b/app/assets/stylesheets/pages/diff.scss
@@ -86,7 +86,7 @@
}
span {
- white-space: pre;
+ white-space: pre-wrap;
}
}
}
@@ -335,7 +335,7 @@
}
.diff-file .line_content {
- white-space: pre;
+ white-space: pre-wrap;
}
.diff-wrap-lines .line_content {