Skip to main content

hover text for course index in Boost

Comments

1 comment

  • Official comment
    Rafael Becerra

    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.