It'd be quite useful with titles like these: https://i.imgur.com/SKLaxtC.png
I ichnisanshi Joined Apr 20, 2018 Messages 2 Aug 13, 2018 #1 It'd be quite useful with titles like these: https://i.imgur.com/SKLaxtC.png
T tilkku Joined Jan 25, 2018 Messages 17 Aug 15, 2018 #2 Possible simpler solution: Add Code: .text-truncate:hover {white-space: normal} to CSS. Preview. Nasty transitions, though.
Possible simpler solution: Add Code: .text-truncate:hover {white-space: normal} to CSS. Preview. Nasty transitions, though.
SuppeBargeld Joined Feb 9, 2018 Messages 326 Aug 15, 2018 #3 @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.
@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.