Course title maximum width setting redundant?
Ref: https://moodle.org/mod/forum/discuss.php?d=424098#p1712658
Looks like the 'coursetitlemaxwidth' setting is redundant if the following attributes are set on the given selectors:
#sitetitle, #sitetitle a, #sitetitle p, #sitetitle h1, #sitetitle h2, #sitetitle h3, #sitetitle h4, #sitetitle h5, #sitetitle h6 {
overflow: hidden;
white-space: nowrap;
}
as 'ellipsis' is already stated for the text overflow.