Page width shrinks on certain topic

I’m not sure what causes this, but it’s currently reproducible on Announcing: AI Web Artifacts

Normal:

Shrunk:

3 Likes

hmmm this is indeed very confusing. @awesomerobot any ideas?

It looks like the excerpt includes unnecessary HTML. The <style> tag overwrites the page style.

1 Like

Definitely some leaky CSS somewhere… display: flex gets added to the body… and it looks like there’s some HTML from the share making its way into there?

Seems to come from

this is added inline:

    body {
      font-family: Arial, sans-serif;
      display: flex;
      justify-content: center;
      align-...</p><p>...</p><a href='/discourse-ai/ai-bot/shared-ai-conversations/xrWufuvPZJFxlUvYW2cHSQ'>Read full transcript<a>
</article>
<div style="clear: both"></div>
</aside>
</div>

issue with html_excerpt?

unclosed link tossing a wrench into the works?

let’s see:

3 Likes