mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 12:20:27 +01:00
doc: fix paragraph line-height issue
Fix a line-height issue introduced in #15660 where paragraphs containing <code> blocks would have unequal line heights. Fixes: https://github.com/nodejs/nodejs.org/issues/1399 PR-URL: https://github.com/nodejs/node/pull/16200 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
This commit is contained in:
parent
e32b10f469
commit
c23bf96dbe
|
|
@ -211,6 +211,7 @@ abbr {
|
|||
p {
|
||||
text-rendering: optimizeLegibility;
|
||||
margin: 0 0 1.125rem 0;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
#apicontent > *:last-child {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user