Skip to content

Commit

Permalink
minimal theme: fix page number padding in ToC
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgio committed Sep 5, 2024
1 parent 74b7d35 commit cdbb132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/resources/render/theme/layout/minimal.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ nav ol ol {
border-left: 2px solid;
border-radius: 2px;
margin-left: 1px !important;
padding: 0 28px;
padding: 0 0 0 28px;
}

nav li {
Expand Down

0 comments on commit cdbb132

Please sign in to comment.