MDL-65661 block_myoverview: Truncate category name

This commit is contained in:
Peter 2019-05-22 19:30:48 +08:00
parent bdd3681504
commit 577ccff6c2

View file

@ -55,7 +55,7 @@
<span class="sr-only"> <span class="sr-only">
{{#str}}aria:coursecategory, core_course{{/str}} {{#str}}aria:coursecategory, core_course{{/str}}
</span> </span>
<span class="categoryname"> <span class="categoryname text-truncate">
{{{coursecategory}}} {{{coursecategory}}}
</span> </span>
{{/coursecategory}} {{/coursecategory}}