Fix issue #9795 tree view regression (#9796)

This commit is contained in:
Mario Pietsch
2026-04-10 08:29:54 +02:00
committed by GitHub
parent 54260b5be8
commit f78d8252af
+3 -3
View File
@@ -3243,17 +3243,17 @@ html body.tc-dirty span.tc-dirty-indicator, html body.tc-dirty span.tc-dirty-ind
*/
.tc-tree div {
<<padding-start: "14px">>
<<padding-start "14px">>
}
.tc-tree ol {
list-style-type: none;
<<padding-start: 0>>
<<padding-start 0>>
margin-top: 0;
}
.tc-tree ol ol {
<<padding-start: 1em>>
<<padding-start 1em>>
}
.tc-tree button {