Fixed text after unfurled url appears in same line as unfurled box

Chromaniac

Well-known member
Affected version
2.1.4
random text

demo above. this does not happen if there is a line space between the link and the text.
 
And on XF himself...
Grrr... ;)
 
if you want entire title tag to appear in the box... add this to extra.less template:
.bbCodeBlock--unfurl .contentRow-header { white-space: normal !important; }

to fix the issue with line space... this might work.
.bbCodeBlock--unfurl { display: block !important; }
 
Thank you for reporting this issue. It has now been resolved and we are aiming to include it in a future XF release (2.1.5).

Change log:
Ensure unfurled URLs are displayed in blocks but work nicely with floated images.
Any changes made as a result of this issue being resolved may not be rolled out here until later.
 
Top Bottom