mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-65661 block_myoverview: Truncate category name
This commit is contained in:
parent
bdd3681504
commit
577ccff6c2
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
|||
<span class="sr-only">
|
||||
{{#str}}aria:coursecategory, core_course{{/str}}
|
||||
</span>
|
||||
<span class="categoryname">
|
||||
<span class="categoryname text-truncate">
|
||||
{{{coursecategory}}}
|
||||
</span>
|
||||
{{/coursecategory}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue