Commit 7a858b6e by Akiva Leffert

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

Force wrapping for long content like hyperlinks.
parents dffcc25b bb434075
...@@ -102,6 +102,13 @@ div.course-wrapper { ...@@ -102,6 +102,13 @@ div.course-wrapper {
@extend .content; @extend .content;
padding: ($baseline*2); padding: ($baseline*2);
line-height: 1.6; line-height: 1.6;
.xblock {
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
}
h1 { h1 {
margin: 0 0 lh(); margin: 0 0 lh();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment