While exploring the website , I came across a cool underline hover animation for their links. What caught my attention was how they've managed to disable the underline effect when the text inside an <a>
tag wraps and spans multiple lines.
I'm curious about how they achieved this feature of disabling the underline hover effect only when the text wraps.
It doesn't appear that there is any inline or additional class being applied, and the CSS rules seem to remain consistent whether the text wraps or not.
Does anyone have any insights into how they pulled off this intriguing technique?