diff --git a/theme/boost/scss/moodle/drawer.scss b/theme/boost/scss/moodle/drawer.scss index 42ec734e122..bf33f525c16 100644 --- a/theme/boost/scss/moodle/drawer.scss +++ b/theme/boost/scss/moodle/drawer.scss @@ -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; + } } diff --git a/theme/boost/style/moodle.css b/theme/boost/style/moodle.css index cc89d9003ce..e267f8fa838 100644 --- a/theme/boost/style/moodle.css +++ b/theme/boost/style/moodle.css @@ -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; } diff --git a/theme/classic/style/moodle.css b/theme/classic/style/moodle.css index 75bd52a5002..3291b877408 100644 --- a/theme/classic/style/moodle.css +++ b/theme/classic/style/moodle.css @@ -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; }