Skip to content

Commit

Permalink
fix(sidebar): reuse icon margin for non-nested entries (#11786)
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner authored Sep 10, 2024
1 parent 5ed0c79 commit 2294df0
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions client/src/document/organisms/sidebar/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,15 @@
padding-left: 0.5rem;
}

ol {
li {
.icon {
margin-right: 0.01em;
}
li {
.icon {
margin-right: 0.01em;
}

&.no-bullet {
display: block;
font-weight: var(--font-body-strong-weight);
list-style-type: none;
}
&.no-bullet {
display: block;
font-weight: var(--font-body-strong-weight);
list-style-type: none;
}
}
}
Expand Down

0 comments on commit 2294df0

Please sign in to comment.