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 1d83d0f commit 31beb3cCopy full SHA for 31beb3c
scaladoc/resources/dotty_res/styles/scalastyle.css
@@ -93,6 +93,10 @@ pre, .symbol.monospace {
93
font-weight: 500;
94
font-size: 12px;
95
}
96
+pre .hljs-comment {
97
+ /* Fold comments in snippets */
98
+ white-space: normal;
99
+}
100
a, a:visited, span[data-unresolved-link] {
101
text-decoration: none;
102
color: var(--link-fg);
0 commit comments