Skip to content

Commit 1bddfc1

Browse files
committed
Unified padding in code snippets
Static pages may have different padding values before hljs applied highlights
1 parent abd4fc0 commit 1bddfc1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

scala3doc/scala3-docs/css/dottydoc.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -192,13 +192,6 @@ pre {
192192
border: 1px solid rgba(0, 0, 0, 0.1);
193193
}
194194

195-
pre > code {
196-
display: block;
197-
padding: 0.5rem;
198-
overflow-x: auto;
199-
background: transparent;
200-
}
201-
202195
/* admonitions */
203196
blockquote {
204197
padding: 0 1em;

0 commit comments

Comments
 (0)