Tooltip that shows full name of the chapter title if it was truncated

Active member
Joined
Jan 25, 2018
Messages
22
Possible simpler solution: Add
Code:
.text-truncate:hover {white-space: normal}
to CSS. Preview. Nasty transitions, though.
 
Active member
Joined
Feb 9, 2018
Messages
326
@tilkku
two problems with that solution:
1) it breaks the layout
2) it does not work on mobile (where large titles are the biggest issue)

Sadly a pure css solution for this kind of thing is impossible, especially if you want to make it work on touch devices with no hover.
 

Users who are viewing this thread

Top