Merge branch 'MDL-72267-master' of git://github.com/bmbrands/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2021-08-31 23:58:19 +02:00
commit bb8510fdba
3 changed files with 10 additions and 0 deletions

View File

@ -249,4 +249,8 @@ $right-drawer-width: 320px;
flex-wrap: nowrap;
overflow-y: auto;
padding: 0.5rem;
.dropdown-menu .dropdown-item {
width: 220px;
white-space: normal;
}
}

View File

@ -14400,6 +14400,9 @@ body.drawer-ease {
flex-wrap: nowrap;
overflow-y: auto;
padding: 0.5rem; }
.drawercontent .dropdown-menu .dropdown-item {
width: 220px;
white-space: normal; }
#page-my-index {
background-color: #f7f7f7; }

View File

@ -14623,6 +14623,9 @@ body.drawer-ease {
flex-wrap: nowrap;
overflow-y: auto;
padding: 0.5rem; }
.drawercontent .dropdown-menu .dropdown-item {
width: 220px;
white-space: normal; }
#page-my-index {
background-color: #f7f7f7; }