Skip to content

Commit 644a8aa

Browse files
Add padding to inline code as requested by @gnestor
1 parent 9701f6b commit 644a8aa

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

notebook/static/notebook/less/renderedhtml.less

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,16 @@
5454
background-color: #eff0f1;
5555
}
5656

57+
p code {
58+
padding: 1px 5px;
59+
}
60+
5761
pre code {background-color: @body-bg;}
5862

5963
pre, code {
60-
border: 0;
61-
color: @text-color;
62-
font-size: 100%;
64+
border: 0;
65+
color: @text-color;
66+
font-size: 100%;
6367
}
6468

6569
blockquote {margin: 1em 2em;}

0 commit comments

Comments
 (0)