Skip to content

Commit 8e376af

Browse files
jessetanBlendify
authored andcommitted
Fix inconsistent font size and line height for autodoc "raises" and "returns" (#691)
1 parent 4a3d790 commit 8e376af

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

docs/changelog.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
Changelog
44
*********
55

6+
master
7+
======
8+
9+
:Date: TBD
10+
11+
New Features
12+
-------------
13+
14+
Fixes
15+
-----
16+
17+
* Fix inconsistent font size and line height for autodoc "raises" and "returns" (#267)
18+
19+
Other Changes
20+
--------------
21+
22+
623
v0.4.2
724
======
825

sass/_theme_rst.sass

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,9 @@
263263
border: none
264264
td
265265
border: none
266+
p
267+
font-size: inherit
268+
line-height: inherit
266269
td > strong
267270
display: inline-block
268271
.field-name

0 commit comments

Comments
 (0)