UX-fout bij het openen van een antwoord

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