Skip to content

Commit 9701f6b

Browse files
Revert 533aea1
The extra padding causes the first line of each markdown rendered code block to be indented, but does not indent the rest of the code block, resulting in a jagged left edge. Removing this bit of CSS restores a flat left edge. You can verify this by trying to render the following: abc def ghi
1 parent a916035 commit 9701f6b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

notebook/static/notebook/less/renderedhtml.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252

5353
code {
5454
background-color: #eff0f1;
55-
padding: 1px 5px;
5655
}
5756

5857
pre code {background-color: @body-bg;}

0 commit comments

Comments
 (0)