Skip to content

Commit c190ea2

Browse files
authored
Merge pull request #657 from rtfd/adjust-codeblock-lineheight
Adjust codeblock lineheight
2 parents b82993d + 0455178 commit c190ea2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/changelog.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ New Features
1313
Fixes
1414
-----
1515

16+
* Line height adjustments for Liberation Mono (#656)
17+
1618

1719
Other Changes
1820
--------------

sass/_theme_rst.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
pre.literal-block, div[class^='highlight'] pre, .linenodiv pre
9494
font-family: $code-font-family
9595
font-size: 12px
96-
line-height: normal
96+
line-height: 1.4
9797

9898
@media print
9999
.codeblock, div[class^='highlight'], div[class^='highlight'] pre

0 commit comments

Comments
 (0)