summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-04-07 08:08:51 -0700
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-04-07 08:55:16 -0700
commitf84d9e538962ef3fbb16b811a2fc1b78a3b9e2d7 (patch)
tree5269bdfb6bf194a7bb306af26c97682571d113f5
parent9cae14037a0c52039c15483a29487a06697ad79d (diff)
downloadgitlab-ce-f84d9e538962ef3fbb16b811a2fc1b78a3b9e2d7.tar.gz
Preserve white space
-rw-r--r--app/assets/stylesheets/pages/diff.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/diff.scss b/app/assets/stylesheets/pages/diff.scss
index 7a12aa96476..8c246507848 100644
--- a/app/assets/stylesheets/pages/diff.scss
+++ b/app/assets/stylesheets/pages/diff.scss
@@ -66,7 +66,9 @@
}
td {
- white-space: nowrap;
+ span {
+ white-space: pre;
+ }
}
}