Merge branch 'MDL-86639-main' of https://github.com/yusufwib01/moodle

This commit is contained in:
Jun Pataleta
2026-01-28 16:17:39 +08:00
committed by Huong Nguyen
4 changed files with 19 additions and 3 deletions
@@ -30,11 +30,11 @@
}}
{{<core/local/comboboxsearch/resultitem }}
{{$content}}
<div class="pe-2 ps-1 w-25">
<div class="pe-3 ps-1 flex-shrink-0">
<img class="rounded-circle mx-auto img-fluid" src="{{groupimageurl}}" loading="lazy" alt=""/>
</div>
<div class="pe-3 w-75">
<span class="d-block w-100 p-0 text-truncate">
<div class="pe-3">
<span class="d-block w-100 p-0 text-wrap text-break">
{{name}}
</span>
{{^participation}}
@@ -701,6 +701,14 @@
}
}
.path-grade {
.groupsearchdropdown {
&.dropdown-menu {
width: 400px;
}
}
}
.search-widget {
.dropdown-menu {
padding: 0.8rem 1.2rem;
+4
View File
@@ -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;
}
+4
View File
@@ -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;
}