mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 08:22:07 +02:00
Merge branch 'MDL-82677-main' of https://github.com/junpataleta/moodle
This commit is contained in:
commit
ac41453912
@ -3086,6 +3086,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,
|
||||
|
@ -26045,6 +26045,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),
|
||||
|
@ -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>
|
||||
|
@ -26045,6 +26045,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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user