diff --git a/docs/static/css/custom.css b/docs/static/css/custom.css index a16c8b02d..db7d88b51 100644 --- a/docs/static/css/custom.css +++ b/docs/static/css/custom.css @@ -39,3 +39,9 @@ h5:hover .header-link, h6:hover .header-link { opacity: 1; } + +/* Fix spacing between menu items */ +.navbar-default .dropdown-menu>li>a { + padding-top: 6px; + padding-bottom: 6px; +}