Clear floats above the new topic empty state

It should appear below any page content, at full width.
Currently it gets squished by floats on some pages.

Change-Id: I4c4107d438dfd06eec21badce5f216aa2c137272
This commit is contained in:
Bartosz Dziewoński 2022-08-02 19:37:12 +02:00
parent 9c68e058ef
commit 2bb0a11d55

View file

@ -432,6 +432,7 @@ span[ data-mw-comment-start ] {
// Add space between this and any existing page content above,
// or page-actions-menu in Minerva for non-existing pages
margin-top: 1em;
clear: both;
> img {
width: 250px;