mirror of
https://github.com/moodle/moodle.git
synced 2025-03-19 15:10:05 +01:00
Merge branch 'MDL-72267-master' of git://github.com/bmbrands/moodle
This commit is contained in:
commit
bb8510fdba
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -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; }
|
||||
|
@ -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; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user