You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1787b6a changed links inside footnotes so that they are truncated by an ellipses if there isn't a clear wrap position and they would extend beyond the tooltip. However, a user at https://wordpress.org/support/topic/truncated-text-2/ is reporting that the link is truncating when they don't want it to. We're going to need a way to support both use cases: when links are too long and need to be truncated, and when links should wrap and display inline with the text as normal.
I'm not sure the best way to approach this, but options include fixing this just with CSS that's smart enough to handle both cases (not sure it's possible), specific attributes for individual footnote shortcodes, or a site-wide setting.
The text was updated successfully, but these errors were encountered:
1787b6a changed links inside footnotes so that they are truncated by an ellipses if there isn't a clear wrap position and they would extend beyond the tooltip. However, a user at https://wordpress.org/support/topic/truncated-text-2/ is reporting that the link is truncating when they don't want it to. We're going to need a way to support both use cases: when links are too long and need to be truncated, and when links should wrap and display inline with the text as normal.
I'm not sure the best way to approach this, but options include fixing this just with CSS that's smart enough to handle both cases (not sure it's possible), specific attributes for individual footnote shortcodes, or a site-wide setting.
The text was updated successfully, but these errors were encountered: