From 8e376af4fc64cf809c8233bd8e571a51edb21317 Mon Sep 17 00:00:00 2001 From: Jesse Tan Date: Fri, 30 Nov 2018 17:50:09 +0100 Subject: [PATCH] Fix inconsistent font size and line height for autodoc "raises" and "returns" (#691) --- docs/changelog.rst | 17 +++++++++++++++++ sass/_theme_rst.sass | 3 +++ 2 files changed, 20 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 717125d0..7c660d68 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,6 +3,23 @@ Changelog ********* +master +====== + +:Date: TBD + +New Features +------------- + +Fixes +----- + +* Fix inconsistent font size and line height for autodoc "raises" and "returns" (#267) + +Other Changes +-------------- + + v0.4.2 ====== diff --git a/sass/_theme_rst.sass b/sass/_theme_rst.sass index 458722c8..6a89405b 100644 --- a/sass/_theme_rst.sass +++ b/sass/_theme_rst.sass @@ -263,6 +263,9 @@ border: none td border: none + p + font-size: inherit + line-height: inherit td > strong display: inline-block .field-name