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/notes.scss
parentc22c4048ce1a4233c0a6f9a9cd59a53efe49da53 (diff)
Don't break line in middle of word
Diffstat (limited to 'app/assets/stylesheets/pages/notes.scss')
-rw-r--r--app/assets/stylesheets/pages/notes.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index d54abe9bc02..55b1ad97eb0 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -109,6 +109,10 @@ ul.notes {
border-color: darken(#f5f5f5, 8%);
margin: 10px 0;
}
+
+ code {
+ word-break: keep-all;
+ }
}
a {