Merge pull request #13799 from codyrancher/indentation

Adding another indentation level in our navigation menu
This commit is contained in:
codyrancher 2025-03-18 14:38:34 -06:00 committed by GitHub
commit 841303f61b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -403,6 +403,10 @@ export default {
padding: 10px 7px 9px 7px !important;
}
}
&:deep() .type-link > .label {
padding-left: 10px;
}
}
&:not(.depth-0) {