From 5c66a3e9c25bb203b7efb1528de52a91e73b18b7 Mon Sep 17 00:00:00 2001 From: Isarra Date: Wed, 17 Apr 2019 20:18:30 +0000 Subject: [PATCH] Hide empty list items Bug: T192446 Bug: T181186 Change-Id: I5fa05dc6b4dbf61d585b456103fabd0ac44cd7ba --- resources/screen-common.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/screen-common.less b/resources/screen-common.less index ab75d62..a10da41 100644 --- a/resources/screen-common.less +++ b/resources/screen-common.less @@ -508,6 +508,10 @@ ul { margin: 0.3em 0 0 1.6em; } +.mw-empty-elt { + display: none; +} + .center { margin: auto; text-align: center;