Merge pull request #10405 from edx/aleffert/block-wrapping

Force wrapping for long content like hyperlinks.
This commit is contained in:
Akiva Leffert
2015-11-20 19:17:41 -05:00

View File

@@ -102,6 +102,13 @@ div.course-wrapper {
@extend .content;
padding: ($baseline*2);
line-height: 1.6;
.xblock {
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
}
h1 {
margin: 0 0 lh();
}