Skip to content

Commit

Permalink
Remove bottom pad
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Aug 15, 2023
1 parent e897133 commit 1a73024
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions css/collapsible-toc.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,14 @@
}

.bs-sidebar .btn {
padding-left: 12px; padding-right: inherit;
padding-left: 12px;
padding-right: inherit;
padding-bottom: 0px
}

[dir='rtl'] .bs-sidebar .btn {
padding-left: inherit; padding-right: 12px;
padding-left: inherit;
padding-right: 12px;
}

[dir='rtl'] .bd-links svg {
Expand Down

0 comments on commit 1a73024

Please sign in to comment.