hover text for course index in Boost
Does anyone know if there is a way to turn on hover text for the course index? Some links to activities and resources have long names with similar beginnings...hover text would help instructors tell things apart when organizing their course content. Another possibility would be making the index adjustable-width instead of fixed-width. Thanks for any tips!
Katie N.
-
Official comment
Hi Katherine!
First of all thank you for reporting this, as this is Boost theme behavior it is something not under our control, however you can bypass this through additional CSS to remove the ellipsis and show the whole text with the following styles
.text-truncate { overflow: hidden !important; text-overflow: unset !important; white-space: inherit !important; }
Also to keep in mind, this is something that is already in development in the Moodle core tracker for future releases https://tracker.moodle.org/browse/MDL-77681.
Please sign in to leave a comment.
Comments
1 comment