UX bug when open reply

Hi! How to fix this bug with width in reply box?

2 Likes

Hi and welcome, @narcocat!

Thanks for reporting this, we’ll have a look at it :slight_smile:

1 Like

Recommend solution

  1. add this css for the embedded posts top
max-width:710px;
margin-bottom:20px;

<section id="embedded-posts__top--60" class="embedded-posts top topic-body" style="max-width:710px; margin-bottom:20px;">

  1. remove border-bottom: none; for the .embedded-posts.top

1 Like

We’ve merged a fix, thanks @narcocat!

5 Likes