mirror of
https://github.com/moodle/moodle.git
synced 2025-03-22 16:40:07 +01:00
Merge branch 'MDL-76947-401' of https://github.com/davewoloszyn/moodle into MOODLE_401_STABLE
This commit is contained in:
commit
cffc56a17c
@ -3032,12 +3032,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;
|
||||
|
@ -12328,12 +12328,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; }
|
||||
|
@ -12328,12 +12328,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; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user