From 5cb808be511ddd02ce4140f08ca1f8230375be0f Mon Sep 17 00:00:00 2001 From: Pablo Zmdl Date: Tue, 9 Dec 2025 12:32:00 +0100 Subject: [PATCH] Fix left indentation of items that were newly moved into a previously empty list --- skins/elastic/styles/widgets/lists.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins/elastic/styles/widgets/lists.less b/skins/elastic/styles/widgets/lists.less index 434c602cc..6ee1dfa54 100644 --- a/skins/elastic/styles/widgets/lists.less +++ b/skins/elastic/styles/widgets/lists.less @@ -543,7 +543,7 @@ ul.treelist { display: none; } - li > a { + & > li > a { padding-left: .5em; } }