summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-09-10 17:17:48 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-09-10 17:17:48 +0000
commit1e1dd539481048c975c37aed6d957d70d63b30f8 (patch)
treea7312f9fd1c2da46651b0f74dcb193d6205ba36f /app
parent4a5719f99075a1bdcce727899e9186ac78d096f0 (diff)
parent4e6d0daf1ae84b8383b71c853de5c8806ac06baf (diff)
downloadgitlab-ce-1e1dd539481048c975c37aed6d957d70d63b30f8.tar.gz
Merge branch 'word_wrap_in_description' into 'master'
Word wrap in description Fixes #1560 See merge request !1082
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/generic/typography.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/stylesheets/generic/typography.scss b/app/assets/stylesheets/generic/typography.scss
index 47802559a2c..385a627b4be 100644
--- a/app/assets/stylesheets/generic/typography.scss
+++ b/app/assets/stylesheets/generic/typography.scss
@@ -89,6 +89,8 @@ a:focus {
.wiki {
@include md-typography;
+ word-wrap: break-word;
+
/* Link to current header. */
h1, h2, h3, h4, h5, h6 {
position: relative;