Skip to content

Commit daab7b5

Browse files
committed
8357796: Stylesheet adjustments after JDK-8357452
Reviewed-by: rriggs
1 parent a4eb151 commit daab7b5

File tree

1 file changed

+2
-1
lines changed
  • src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources

1 file changed

+2
-1
lines changed

src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/stylesheet.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
/* Base font sizes for body and code elements */
2424
--body-font-size: 14.2px;
2525
--block-font-size: 14.4px;
26-
--code-font-size: 13.9px;
26+
--code-font-size: 14px;
2727
--nav-font-size: 13.4px;
2828
/* Line height for continuous text blocks */
2929
--block-line-height: 1.5;
@@ -606,6 +606,7 @@ ul.tag-list li:not(:last-child):after,
606606
ul.tag-list-long li:not(:last-child):after
607607
{
608608
content: ", ";
609+
white-space: pre-wrap;
609610
}
610611
ul.preview-feature-list {
611612
list-style: none;

0 commit comments

Comments
 (0)