From 2c4196e5c186a75296377539ea528c31d91e0d49 Mon Sep 17 00:00:00 2001 From: Isarra Date: Fri, 16 Aug 2019 19:05:43 +0000 Subject: [PATCH] Fix portlet layout for proper handling of non-ul content For some reason the margin was on the ul, and I have no clue why. Breaks stuff like wikibase, announcements, anything doing non-ul portlet content, really. Change-Id: I201a777547d8bd1b674c8c5d987ab77d4130bfcf --- resources/mixins.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/mixins.less b/resources/mixins.less index a54b404..a835ebc 100644 --- a/resources/mixins.less +++ b/resources/mixins.less @@ -68,7 +68,7 @@ border-bottom: solid 2px @base70; } - ul { + .mw-portlet-body { margin-bottom: 2em; }