mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-12 01:16:19 +00:00
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:
parent
9c68e058ef
commit
2bb0a11d55
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue