We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4eb151 commit daab7b5Copy full SHA for daab7b5
src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/stylesheet.css
@@ -23,7 +23,7 @@
23
/* Base font sizes for body and code elements */
24
--body-font-size: 14.2px;
25
--block-font-size: 14.4px;
26
- --code-font-size: 13.9px;
+ --code-font-size: 14px;
27
--nav-font-size: 13.4px;
28
/* Line height for continuous text blocks */
29
--block-line-height: 1.5;
@@ -606,6 +606,7 @@ ul.tag-list li:not(:last-child):after,
606
ul.tag-list-long li:not(:last-child):after
607
{
608
content: ", ";
609
+ white-space: pre-wrap;
610
}
611
ul.preview-feature-list {
612
list-style: none;
0 commit comments