From 2bb0a11d556272f16a2dd11bbe5104e971a10fa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20Dziewo=C5=84ski?= Date: Tue, 2 Aug 2022 19:37:12 +0200 Subject: [PATCH] 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 --- modules/dt.init.less | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/dt.init.less b/modules/dt.init.less index 41285db41..ce9acc09d 100644 --- a/modules/dt.init.less +++ b/modules/dt.init.less @@ -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;