Skip to content
Snippets Groups Projects
Commit 9d0675a6 authored by Kathrin Osswald's avatar Kathrin Osswald
Browse files

Removed SCSS rule to wrap words in cards as it has been fixed in theme Boost.

parent 2e7d8cef
Branches
Tags
No related merge requests found
......@@ -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.
......
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment