* update navlist * fix tests * update to component * update platform * update key * fix platform tool picker issue * add key * remove unnecessary key * fix test * update styling * fix indented test * Update components/ui/MiniTocs/MiniTocs.tsx Co-authored-by: Peter Bengtsson <peterbe@github.com> * remove null Co-authored-by: Peter Bengtsson <peterbe@github.com>
13 lines
141 B
SCSS
13 lines
141 B
SCSS
.indentNested {
|
|
padding-inline-start: 0;
|
|
}
|
|
|
|
.nested {
|
|
div ul div li {
|
|
padding-left: 4em;
|
|
}
|
|
div li {
|
|
padding-left: 2em;
|
|
}
|
|
}
|