Skip to content

Commit de16795

Browse files
committed
add nav list left margin to docs css [skip ci]
1 parent b9f18bc commit de16795

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

sdk/python/packages/flet/docs/extras/css/mkdocstrings.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,11 @@ code.doc-symbol-command::after {
8686
}
8787

8888
/* Command symbol */
89+
90+
91+
92+
/* Proposals */
93+
94+
.md-nav__item--section > .md-nav > .md-nav__list {
95+
margin-left: 0.4rem;
96+
}

0 commit comments

Comments
 (0)