From 9d0675a645f77d68c4956c2e4206211c3345dfe6 Mon Sep 17 00:00:00 2001
From: Kathrin Osswald <kathrin.osswald@uni-ulm.de>
Date: Thu, 5 Mar 2020 13:19:18 +0100
Subject: [PATCH] Removed SCSS rule to wrap words in cards as it has been fixed
 in theme Boost.

---
 CHANGES.md     | 1 +
 scss/post.scss | 4 ----
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 7f300d8..f55fe06 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 630201b..6b5ab80 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;
-- 
GitLab