From e22093da720cef2bcb94f99a1e50cc26dbee3d7c Mon Sep 17 00:00:00 2001 From: Jonathan Date: Tue, 11 Jul 2023 11:56:45 +0200 Subject: [PATCH] #11707 fix tree view on tokem icon and name --- pandora_console/include/styles/tree.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/styles/tree.css b/pandora_console/include/styles/tree.css index 4c552e5e6d..91db82f7a5 100644 --- a/pandora_console/include/styles/tree.css +++ b/pandora_console/include/styles/tree.css @@ -230,7 +230,7 @@ div.tree-node span { } .node-content.module:not(.module-only-caption) .module-name { - margin-left: 1.5em; + margin-left: 2.5em; font-weight: normal; }