Merge branch 'MDL-76947-master' of https://github.com/davewoloszyn/moodle

This commit is contained in:
Ilya Tregubov 2023-02-14 13:52:34 +08:00
commit c6493c7d3e
3 changed files with 6 additions and 9 deletions

View File

@ -3071,12 +3071,11 @@ blockquote {
border-left: 5px solid $gray-400;
}
/** Prevent long strings exceeding page width */
/* Prevent long strings exceeding page width */
.page-header-headings,
.coursename,
.categoryname,
.breadcrumb-item,
.dropdown-item {
.breadcrumb-item {
&:not(.text-truncate) {
word-break: normal;

View File

@ -12360,12 +12360,11 @@ blockquote {
color: #495057;
border-left: 5px solid #ced4da; }
/** Prevent long strings exceeding page width */
/* Prevent long strings exceeding page width */
.page-header-headings:not(.text-truncate),
.coursename:not(.text-truncate),
.categoryname:not(.text-truncate),
.breadcrumb-item:not(.text-truncate),
.dropdown-item:not(.text-truncate) {
.breadcrumb-item:not(.text-truncate) {
word-break: normal;
overflow-wrap: anywhere;
white-space: normal; }

View File

@ -12360,12 +12360,11 @@ blockquote {
color: #495057;
border-left: 5px solid #ced4da; }
/** Prevent long strings exceeding page width */
/* Prevent long strings exceeding page width */
.page-header-headings:not(.text-truncate),
.coursename:not(.text-truncate),
.categoryname:not(.text-truncate),
.breadcrumb-item:not(.text-truncate),
.dropdown-item:not(.text-truncate) {
.breadcrumb-item:not(.text-truncate) {
word-break: normal;
overflow-wrap: anywhere;
white-space: normal; }