Skip to content

Commit 2099b3c

Browse files
Reduce code block sides padding
1 parent 20dc0c5 commit 2099b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/static/rustdoc.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ code, pre {
139139
}
140140
.docblock code, .docblock-short code {
141141
border-radius: 3px;
142-
padding: 0 0.2em;
142+
padding: 0 0.1em;
143143
}
144144
.docblock pre code, .docblock-short pre code, .docblock code.spotlight {
145145
padding: 0;

0 commit comments

Comments
 (0)