Merge branch 'MDL-82677-404' of https://github.com/junpataleta/moodle into MOODLE_404_STABLE

This commit is contained in:
Huong Nguyen
2024-09-06 10:50:55 +07:00
4 changed files with 13 additions and 1 deletions
+4
View File
@@ -3062,6 +3062,10 @@ blockquote {
border-left: 5px solid $gray-400;
}
.page-header-headings {
background-color: $body-bg;
}
/* Prevent long strings exceeding page width */
.page-header-headings,
.coursename,
+4
View File
@@ -25985,6 +25985,10 @@ blockquote {
border-left: 5px solid #ced4da;
}
.page-header-headings {
background-color: #fff;
}
/* Prevent long strings exceeding page width */
.page-header-headings:not(.text-truncate),
.coursename:not(.text-truncate),
+1 -1
View File
@@ -51,7 +51,7 @@
<div id="page" class="container pb-3">
<div class="row">
<div class="col-12 py-3">
<div class="col-12 py-3 page-header-headings">
{{{ output.page_heading }}}
</div>
</div>
+4
View File
@@ -25985,6 +25985,10 @@ blockquote {
border-left: 5px solid #ced4da;
}
.page-header-headings {
background-color: #fff;
}
/* Prevent long strings exceeding page width */
.page-header-headings:not(.text-truncate),
.coursename:not(.text-truncate),