diff options
author | Marin Jankovski <marin@gitlab.com> | 2014-09-10 17:30:29 +0200 |
---|---|---|
committer | Marin Jankovski <marin@gitlab.com> | 2014-09-10 17:30:29 +0200 |
commit | 4e6d0daf1ae84b8383b71c853de5c8806ac06baf (patch) | |
tree | a1a7bb3d87f4caa8bce3f970d39708b35cf31a78 | |
parent | ffb6d27ab0a5084db41baac90783921eb5746031 (diff) | |
download | gitlab-ce-4e6d0daf1ae84b8383b71c853de5c8806ac06baf.tar.gz |
Wrap text that overflows the description field.
-rw-r--r-- | app/assets/stylesheets/generic/typography.scss | 2 |
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; |