summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/notes.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-04-06 13:20:13 -0700
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-04-06 13:20:58 -0700
commitdcdf0b2af2514f9f6778fd16cbcb77929a0bd708 (patch)
treea94eedfa9dba84dd0785eb155cf924c09cd512f6 /app/assets/stylesheets/pages/notes.scss
parentebb91c7f0428ade28d78bcec4c02b60258cdab68 (diff)
downloadgitlab-ce-dcdf0b2af2514f9f6778fd16cbcb77929a0bd708.tar.gz
Horizontally scroll code blocks instead of wrapping14866-url-overflow
Diffstat (limited to 'app/assets/stylesheets/pages/notes.scss')
-rw-r--r--app/assets/stylesheets/pages/notes.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index 614ca48b901..aca86457c70 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -82,7 +82,7 @@ ul.notes {
// On diffs code should wrap nicely and not overflow
pre {
code {
- white-space: pre-wrap;
+ white-space: pre;
}
}