diff --git a/source/_static/custom.css b/source/_static/custom.css index 0402e26..e0dbf9a 100644 --- a/source/_static/custom.css +++ b/source/_static/custom.css @@ -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 */