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-21 23:27:39 +0300
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-04-21 23:32:38 +0300
commit328db9de27905d762ad2c66f0a7477a0c7c782ad (patch)
tree119a601c3d41cf19c9f18b3c000bcc670d8b8c33 /app/assets/stylesheets/pages/detail_page.scss
parentc22c4048ce1a4233c0a6f9a9cd59a53efe49da53 (diff)
Don't break line in middle of word
Diffstat (limited to 'app/assets/stylesheets/pages/detail_page.scss')
-rw-r--r--app/assets/stylesheets/pages/detail_page.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/detail_page.scss b/app/assets/stylesheets/pages/detail_page.scss
index 751a5ab4d92..3438dbe4958 100644
--- a/app/assets/stylesheets/pages/detail_page.scss
+++ b/app/assets/stylesheets/pages/detail_page.scss
@@ -40,6 +40,7 @@
.wiki {
code {
white-space: pre-wrap;
+ word-break: keep-all;
}
}
}