mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Fix inconsistent font size and line height for autodoc "raises" and "returns" (#691)
This commit is contained in:
parent
4a3d790e61
commit
8e376af4fc
@ -3,6 +3,23 @@
|
|||||||
Changelog
|
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
|
v0.4.2
|
||||||
======
|
======
|
||||||
|
|
||||||
|
@ -263,6 +263,9 @@
|
|||||||
border: none
|
border: none
|
||||||
td
|
td
|
||||||
border: none
|
border: none
|
||||||
|
p
|
||||||
|
font-size: inherit
|
||||||
|
line-height: inherit
|
||||||
td > strong
|
td > strong
|
||||||
display: inline-block
|
display: inline-block
|
||||||
.field-name
|
.field-name
|
||||||
|
Loading…
Reference in New Issue
Block a user