diff --git a/public/group/templates/comboboxsearch/resultitem.mustache b/public/group/templates/comboboxsearch/resultitem.mustache index 3002764e56f..cccccbfa516 100644 --- a/public/group/templates/comboboxsearch/resultitem.mustache +++ b/public/group/templates/comboboxsearch/resultitem.mustache @@ -30,11 +30,11 @@ }} {{ +
-
- +
+ {{name}} {{^participation}} diff --git a/public/theme/boost/scss/moodle/grade.scss b/public/theme/boost/scss/moodle/grade.scss index 03e517dc538..7d85f5c98ce 100644 --- a/public/theme/boost/scss/moodle/grade.scss +++ b/public/theme/boost/scss/moodle/grade.scss @@ -701,6 +701,14 @@ } } +.path-grade { + .groupsearchdropdown { + &.dropdown-menu { + width: 400px; + } + } +} + .search-widget { .dropdown-menu { padding: 0.8rem 1.2rem; diff --git a/public/theme/boost/style/moodle.css b/public/theme/boost/style/moodle.css index 0a0024b63b4..a2089c53978 100644 --- a/public/theme/boost/style/moodle.css +++ b/public/theme/boost/style/moodle.css @@ -38310,6 +38310,10 @@ p.arrow_button { display: none; } +.path-grade .groupsearchdropdown.dropdown-menu { + width: 400px; +} + .search-widget .dropdown-menu { padding: 0.8rem 1.2rem; } diff --git a/public/theme/classic/style/moodle.css b/public/theme/classic/style/moodle.css index 6b80d87ca7c..469b16eea83 100644 --- a/public/theme/classic/style/moodle.css +++ b/public/theme/classic/style/moodle.css @@ -38310,6 +38310,10 @@ p.arrow_button { display: none; } +.path-grade .groupsearchdropdown.dropdown-menu { + width: 400px; +} + .search-widget .dropdown-menu { padding: 0.8rem 1.2rem; }