Fix inconsistent font size and line height for autodoc "raises" and "returns" (#691)

This commit is contained in:
Jesse Tan 2018-11-30 17:50:09 +01:00 committed by Aaron Carlisle
parent 4a3d790e61
commit 8e376af4fc
2 changed files with 20 additions and 0 deletions

View File

@ -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
======

View File

@ -263,6 +263,9 @@
border: none
td
border: none
p
font-size: inherit
line-height: inherit
td > strong
display: inline-block
.field-name