From c062eb751ecbc70b63c68152668b6b8e651e337a Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 7 Apr 2022 12:47:48 -0700 Subject: [PATCH] another tiny doc style fix [ci skip] --- docs/_static/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_static/css/custom.css b/docs/_static/css/custom.css index d81e34ffc..9ab598fde 100644 --- a/docs/_static/css/custom.css +++ b/docs/_static/css/custom.css @@ -28,7 +28,7 @@ pre, .code, .rst-content .linenodiv pre, .rst-content div[class^=highlight] pre, font-size: 1rem } -.rst-versions .rst-current-version { +.rst-versions { font-family: inherit; line-height: 1; }