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
This commit is contained in:
Ebrahim Byagowi 2024-08-30 10:52:33 +03:30
parent 0e41b97b8c
commit f06694fed6

View file

@ -291,10 +291,6 @@ div.noarticletext {
margin-top: 0;
}
.templatesUsed {
margin-top: 1.5em;
}
.mw-summary-preview {
margin: 0.1em 0;
}