From f06694fed6e3e782376096b8e83a56df3ae0251d Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Fri, 30 Aug 2024 10:52:33 +0330 Subject: [PATCH] Remove spacing above used template If there is Wikidata item usage in a page this will result in an extra space and the style here seems too arbitrary to worth to have a better fix considering all other cases this could break like lack of template but hidden categories so let's just remove it instead. Bug: T373286 Change-Id: I370ef49e5972865a62f68f2a260e8daef090b1c3 --- resources/screen-common.less | 4 ---- 1 file changed, 4 deletions(-) diff --git a/resources/screen-common.less b/resources/screen-common.less index e3c242b..4d46c4d 100644 --- a/resources/screen-common.less +++ b/resources/screen-common.less @@ -291,10 +291,6 @@ div.noarticletext { margin-top: 0; } -.templatesUsed { - margin-top: 1.5em; -} - .mw-summary-preview { margin: 0.1em 0; }