summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2014-09-10 17:30:29 +0200
committerMarin Jankovski <marin@gitlab.com>2014-09-10 17:30:29 +0200
commit4e6d0daf1ae84b8383b71c853de5c8806ac06baf (patch)
treea1a7bb3d87f4caa8bce3f970d39708b35cf31a78
parentffb6d27ab0a5084db41baac90783921eb5746031 (diff)
downloadgitlab-ce-4e6d0daf1ae84b8383b71c853de5c8806ac06baf.tar.gz
Wrap text that overflows the description field.
-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;