From 4e6d0daf1ae84b8383b71c853de5c8806ac06baf Mon Sep 17 00:00:00 2001 From: Marin Jankovski Date: Wed, 10 Sep 2014 17:30:29 +0200 Subject: Wrap text that overflows the description field. --- app/assets/stylesheets/generic/typography.scss | 2 ++ 1 file changed, 2 insertions(+) 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; -- cgit v1.2.1