Steps to replicate the issue (include links if applicable):
- Ensure DiscussionTools is enabled
- Go to https://fr.wikipedia.org/wiki/Discussion_utilisateur:Escargot_bleu/Brouillon?useformat=mobile&useparsoid=1
- If not using a mobile, use dev tools to have a mobile-size window
What happens?:
Add topic button takes too much space. It starts at the end of the last section even though there is content actually going below that.
What should have happened instead?:
Button has its usual size.
Software version (on Special:Version page; skip for WMF-hosted wikis like Wikipedia):
Other information (browser name/version, screenshots, etc.):
The issue happens with Parsoid enabled only, because with Parsoid the archives navbox is not inside the "Learn more" button. So I'm not sure whether it is an issue with DiscussionTools or Parsoid or both.
I'm able to fix the issue locally by adding clear: both; to the ext-discussiontools-init-new-topic class.



