diff --git a/CHANGES.md b/CHANGES.md index 7f300d8c222bbb7dbfda181904b6c3d5b4cee2fd..f55fe06a5943d14874c1e9d3dd5a8fa699ddbcb0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,7 @@ Changes ### Unreleased +* 2020-03-05 - Removed SCSS rule to wrap words in cards as it has been fixed in theme Boost. * 2020-03-05 - Adjusted login.mustache template due to upstream changes in theme Boost. * 2020-03-05 - Adjusted columns2.mustache template due to upstream changes in theme Boost. * 2020-03-05 - Prepare compatibility for Moodle 3.8. diff --git a/scss/post.scss b/scss/post.scss index 630201ba40c9e9270d9347be87f11df33a2ef788..6b5ab806d9e72017baf829d10fb89246fb2b006f 100644 --- a/scss/post.scss +++ b/scss/post.scss @@ -686,10 +686,6 @@ blockquote::before { } } -/* Rule to wrap the content within a block card. */ -.block .card-text.content { - word-wrap: break-word; -} /* Rule to reset the whitespace for buttons within blocks. */ .block .btn { white-space: normal;