mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-43277 block_navigation: Trim from the left for long names
This commit is contained in:
parent
564a413367
commit
b359900cd7
@ -163,7 +163,7 @@ class block_navigation extends block_base {
|
||||
redirect($url);
|
||||
}
|
||||
|
||||
$trimmode = self::TRIM_LEFT;
|
||||
$trimmode = self::TRIM_RIGHT;
|
||||
$trimlength = 50;
|
||||
|
||||
if (!empty($this->config->trimmode)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user