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
|
||||
*********
|
||||
|
||||
master
|
||||
======
|
||||
|
||||
:Date: TBD
|
||||
|
||||
New Features
|
||||
-------------
|
||||
|
||||
Fixes
|
||||
-----
|
||||
|
||||
* Fix inconsistent font size and line height for autodoc "raises" and "returns" (#267)
|
||||
|
||||
Other Changes
|
||||
--------------
|
||||
|
||||
|
||||
v0.4.2
|
||||
======
|
||||
|
||||
|
@ -263,6 +263,9 @@
|
||||
border: none
|
||||
td
|
||||
border: none
|
||||
p
|
||||
font-size: inherit
|
||||
line-height: inherit
|
||||
td > strong
|
||||
display: inline-block
|
||||
.field-name
|
||||
|
Loading…
Reference in New Issue
Block a user