Tweak margin and padding to achieve better indentation alignment

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
RD WebDesign
2025-01-27 17:21:49 -03:00
parent 98696d4087
commit 9d49c618b9

View File

@@ -385,7 +385,8 @@ $(function () {
data: json, data: json,
expandIcon: "fa fa-angle-down fa-fw", expandIcon: "fa fa-angle-down fa-fw",
collapseIcon: "fa fa-angle-right fa-fw", collapseIcon: "fa fa-angle-right fa-fw",
indent: 1.25, parentsMarginLeft: "0",
indent: 2.5,
}); });
$("#spinner").hide(); $("#spinner").hide();