MDL-76947 css: Fixed layout regression on dropdown menus

This commit is contained in:
David Woloszyn 2023-01-30 11:29:00 +11:00
parent 880462a168
commit 92facc90e2
3 changed files with 6 additions and 9 deletions

View File

@ -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;

View File

@ -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; }

View File

@ -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; }