Skip to content

Commit

Permalink
Fix nested kbd padding
Browse files Browse the repository at this point in the history
  • Loading branch information
vkbo committed Apr 20, 2024
1 parent 841b004 commit 454467c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ img.align-center {
margin-top: 0 !important;
}

/* This removes the additional padding added when kbds are wrapped in kbds */
kbd.compound {
padding: 0;
}

/*
* Custom Classes
*/
Expand Down

0 comments on commit 454467c

Please sign in to comment.