diff options
author | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-04-20 11:48:24 -0500 |
---|---|---|
committer | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-04-20 11:48:24 -0500 |
commit | 25f592cf9c2d126625404df140dc5d958e8822cc (patch) | |
tree | d9ea1397c1327c475c6db736bae3aa2f529b38fc /app/assets/stylesheets/pages/diff.scss | |
parent | 1ec203a98f9065b885dba539e6dd8e9548cf7fc6 (diff) | |
download | gitlab-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.scss | 4 |
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 { |