Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-04-20 19:48:24 +0300
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-04-20 19:48:24 +0300
commit25f592cf9c2d126625404df140dc5d958e8822cc (patch)
treed9ea1397c1327c475c6db736bae3aa2f529b38fc /app/assets/stylesheets/pages/detail_page.scss
parent1ec203a98f9065b885dba539e6dd8e9548cf7fc6 (diff)
Wrap all code in diffs
Diffstat (limited to 'app/assets/stylesheets/pages/detail_page.scss')
-rw-r--r--app/assets/stylesheets/pages/detail_page.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/detail_page.scss b/app/assets/stylesheets/pages/detail_page.scss
index 2c2ac903f29..751a5ab4d92 100644
--- a/app/assets/stylesheets/pages/detail_page.scss
+++ b/app/assets/stylesheets/pages/detail_page.scss
@@ -36,4 +36,10 @@
}
}
}
+
+ .wiki {
+ code {
+ white-space: pre-wrap;
+ }
+ }
}