summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/diff.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-04-07 13:27:39 -0700
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-04-07 13:27:39 -0700
commit422a9247587703ae149c1c716decc0fbb356afe2 (patch)
tree388d30b28b4b9a16596963e34dc1998c9b45a1d6 /app/assets/stylesheets/pages/diff.scss
parent1060467bb8f1ce6886b05436d16f95996da2fa91 (diff)
downloadgitlab-ce-422a9247587703ae149c1c716decc0fbb356afe2.tar.gz
Fix side-by-side code format & commit message wrapcode-wrapping
Diffstat (limited to 'app/assets/stylesheets/pages/diff.scss')
-rw-r--r--app/assets/stylesheets/pages/diff.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/diff.scss b/app/assets/stylesheets/pages/diff.scss
index 939555bb260..97f4485beb8 100644
--- a/app/assets/stylesheets/pages/diff.scss
+++ b/app/assets/stylesheets/pages/diff.scss
@@ -109,6 +109,10 @@
display: table-cell;
}
}
+
+ .text-file.diff-wrap-lines table .line_holder td span {
+ white-space: pre-wrap;
+ }
}
.image {
background: #ddd;