Not a bug Quoted Unfurl overlaps

djbaxter

in memoriam 1947-2022
Affected version
2.1.7
This happens in Firefox as well as Chrome and Edge. Safari unknown.

Original post includes an unfurl:

original unfurl.webp

When that post is quoted in a reply, it overlaps. This happens in both desktop and mobile versions.

quoted unfurl.webp
 
I think this might be a style/add-on issue, as I don't seem to be able to reproduce this:



Can you confirm with a default style? (And potentially add-ons disabled given @Brogan's comment.)
 
It occurs with the XF2 default style. Correction: It does NOT occur with the XF2 default style.

I had forgotten this addon was ever installed:

However, I am still seeing this after disabling that addon.

Update: I uninstalled the addon completely but the issue persists.

OK. So it is either a custom style issue or something I've done in extra.less.
 
Last edited:
Resolved:

Not sure why but I had this in extra.less - possibly from an earlier version of XF2 or even XF1:

CSS:
.bbCodeBlock.bbCodeBlock--quote img {
    max-width: 150px;
}
Removing that fixed the issue.
 
Top Bottom