We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4ef8d6 commit aba4784Copy full SHA for aba4784
arches_lingo/src/arches_lingo/components/scheme/report/SchemeLicense.vue
@@ -146,9 +146,9 @@ async function getControlledLists() {
146
});
147
if (item.children) {
148
item.children.forEach((child) => {
149
- const indentation = ' ';
+ const indentation = '- ';
150
child.values.map((value) => {
151
- value.value = indentation.repeat(child.depth * 4) + value.value;
+ value.value = indentation.repeat(child.depth) + value.value;
152
153
options.push({
154
uri: child.uri,
0 commit comments