Merge branch 'MDL-72267-master' of git://github.com/bmbrands/moodle
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user