Closed stormvirux closed 2 years ago
When using the command \underlinedLink, \uline does not cause a line break when the text is very large. Before:
\underlinedLink
\uline
Moving the \uline inside the second parameter of \href solves the issue.
\href
After the fix:
I have created a pull request with these changes
The fix has been merged in this pull request.
When using the command
\underlinedLink
,\uline
does not cause a line break when the text is very large. Before: