MDL-86639 groups: Wrap group names in grade report group selector

This commit is contained in:
Yusuf Wibisono
2026-01-21 03:04:38 +07:00
committed by yusufwib01
parent 19c8567f01
commit d319c7988b
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
@@ -38278,6 +38278,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
@@ -38278,6 +38278,10 @@ p.arrow_button {
display: none;
}
.path-grade .groupsearchdropdown.dropdown-menu {
width: 400px;
}
.search-widget .dropdown-menu {
padding: 0.8rem 1.2rem;
}