shortname length shown in the navigation bar is too short

shortname length shown in the navigation bar is too short

by Miki Alliel -
Number of replies: 3
Picture of Translators

When a short-name is set with long strings, we can't see the whole string and it cuts it with "..." as in the image. I think it's 50 chars maxlenght shortname.

How can I fix it so the length will be more than 50? 

any ideas? even code edjustments?


Moodle 2.7 clean theme


Thanks a lot.


Average of ratings: -
In reply to Miki Alliel

Re: shortname length shown in the navigation bar is too short

by Gareth J Barnard -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers

Umm, surely its a 'short name' and therefore anything greater than fifty characters is counter intuitive.

Average of ratings: Useful (1)
In reply to Gareth J Barnard

Re: shortname length shown in the navigation bar is too short

by Miki Alliel -
Picture of Translators

where in the code I can change it?

thanks

In reply to Miki Alliel

Re: shortname length shown in the navigation bar is too short

by Gareth J Barnard -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers

I suspect its a limit of the CSS as the database (when using MySQL) defines the attribute as a VARCHAR(255).  So therefore I suggest that you use browser development tools to discover the CSS to change.