mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-76947 css: Fixed layout regression on dropdown menus
This commit is contained in:
parent
880462a168
commit
92facc90e2
@ -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